glurk Posted June 27, 2022 Share Posted June 27, 2022 Different approach this time... Some people have asked how the 2600->8bit ports are done, but honestly it's different every time. Here's an easier one, though, as an example. I happened to find a really nice disassembly of the Atari 2600 'Bowling' on Github, here: https://github.com/munsie/bowling-2600-disassembly So I spent about a day and changed all the hardware registers, added input and dropped in phaeron's sound driver and came up with this. Assembles with dasm like: DASM bowling.asm -oBowling.bin -f3 bowling.asm 8 2 Quote Link to comment Share on other sites More sharing options...
Thelen Posted June 28, 2022 Share Posted June 28, 2022 Nice, interesting to see, especially with the 2600 source next to it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.