New version 1.7.3 of Mad Pascal, a 32-bit Turbo Pascal compiler for #Atari8bit and other MOS 6502 CPU-based computers https://github.com/tebe6502/Mad-Pascal #atari #retroprogramming
New version 1.7.3 of Mad Pascal, a 32-bit Turbo Pascal compiler for #Atari8bit and other MOS 6502 CPU-based computers https://github.com/tebe6502/Mad-Pascal #atari #retroprogramming
If #Atari8bit people can help get clean disassemblies that can produce good binaries for games to be #HighScoreEnabled for #FujiNet, that would be great.
Here's a list of games that we can pull from e.g. HomeSoft and other places to get clean disassemblies:
* Atlantis
* Buck Rogers
* Crystal Castles
* Deluxe Invaders (Roklan)
* Donkey Kong Jr.
* Embargo
* Food Fight
* Galaxian
* Joust
* Jungle Hunt
* Mario Bros.
* Millipede
* Montezuma's Revenge
* Moon Patrol
* Mr. Do!
* Popeye
* Q*Bert
* Robotron: 2084
* Sinistar
* Spy Hunter
* Star Wars: Death Star Battle
* Star Wars: The Arcade Game
* Super Cobra
* Super PAC-MAN
* Tapper
* Tutankham
* Up'n Down
* Vanguard
* Wizard of Wor
ATASCOIID, 998 bytes only new #Atari8bit computers game with 120 colors for ABBUC Software Contest 2025 https://youtu.be/g4ffy4TXI-c #atari #retrogames #breakout
Ses Man, new version of a 1990 adventure game for #Atari8bit computers programmed with Turbo-Basic XL https://forums.atariage.com/topic/158786-sesman-is-back/#findComment-5687221 #atari #retrogames
Let's get some more #Atari8bit games #FujiNet #HighScoreEnabled. (thread)
There are more than 4 dozen High Score enabled games, can some of you help to port some more?
There is a repo for these games:
https://github.com/FujiNetWIFI/fujinet-high-scores
One of the games that has been fully disassembled, and builds a working executable, and is ready to have a high score table transplanted into it, is Berzerk.
https://github.com/FujiNetWIFI/fujinet-high-scores/tree/main/atari-game-ports/berzerk
It needs a high score table patched in after game over.
---
One can be grabbed from any of the other games in atari-game-ports, such as Donkey Kong:
https://github.com/FujiNetWIFI/fujinet-high-scores/blob/main/atari-game-ports/dkong/hiscore.asm
It implements a high score routine that saves to sectors 719 and 720 on the disk, so it can be used and tested locally.
It uses the display list to cut a hole in the screen, for the mode 6 display of the scores. It then loads the scores in from disk. Checks them looking for an eligible slot, and if one is found, grabs the user input and writes to disk. If one isn't found, it simply jumps right to a pause, before tidying up and exiting.
The Makefiles in both dkong and berzerk assemble the code, build the bootable ATR disk, build write-high-score and high-score-enable, and use those two tools to both insert the high score sectors, and to alter the first 16 bytes of the ATR file to indicate that it is high score enabled.
---
Let's start getting more of these games patched and ported, and we'll host them for High Score Enabled sharing of scores!
-Thom
Just placed 2nd on the #Atari8bit #FujiNet #HighScoreEnabled leader board for Pengo. 160,010.
Game: apps.irata.online/Atari_8-bit/Games/High Score Enabled/Pengo.atr
Leaderboard: https://scores.irata.online/pengo.html
So just for yucks I thought I'd Google's Gemma model to plot a sine wave in #atari8bit #basic
It certainly wasn't perfect. It thought that:
BUT when I fixed those things, I did get a working SINE.BAS:
--
5 REM Set graphics mode 2 (hires)
10 GRAPHICS 8
15 REM Set foreground color to bright blue, background to dark blue
20 COLOR 14, 11
25 REM Adjust this value for wave height. Higher values make a taller wave.
30 AMPLITUDE = 60
35 REM Adjust this value to shift the sine wave vertically
40 OFFSET = 100
50 FOR X = 0 TO 319
55 REM Calculate y coordinate, scale x for smoother curve
60 Y = AMPLITUDE * SIN(X / 100) + OFFSET
70 PLOT X, Y
80 NEXT X
90 END
New issue 161 of ABBUC magazine #atari #Atari8bit #retrogames #retrocomputing
Using #Atari8Bit based #SynapseSoftware #SynCalc to compare #GeekBench values and decide on Apple #MacBookPro #M1Max 10/32 upgrade path. M4 Max seems to be the only viable path.
The A8 posed a bit of struggle with limited screen space.
Pixel art for #Atari8bit computers presented at Lost Party 2025 #atari #pixelart #demoscene
Timelapse of 80s gamer.... today, pixel art for #Atari8bit computers 4th place at Lost Party 2025 #atari #pixelart #demoscene
QB's Quest for Hires, new game for #Atari8bit computers presented at Lost Party 2025 https://demozoo.org/productions/374493/ #atari #retrogames
There are FOUR Different Atari XE Computers
Gravity Rush, #Atari8bit computers 256 bytes intro released at Lost Party 2025 https://youtu.be/lcsqwX9-H2M #atari #demoscene
Chat64 Instant Chatroom Cartridge (for C64, Atari & Speccy)
The Leaky Devil's Arq Is Sinking, #Atari8bit computers stereo tune 2nd place at Lost Party 2025 https://youtu.be/OmD3-0GKKMQ #atari #chiptune #demoscene
I had some cool conversations in the #Chat64 yesterday. Plug and play chatroom cartridge for the #C64, #Atari8bit and #ZXSpectrum. Really neat project. Video coming soon(ish)! #RetroComputing #VintageComputing
Bugi Bugi 3, remastered version of an #Atari8bit computers 1999 game https://youtu.be/QPpkSaJbMZk #atari #retrogames
28 colors in the credits screen of the upcoming Street Fighter II for #Atari8bit computers #atari #retrogames