Jump to content
IGNORED

Bowling for Programmers


Recommended Posts

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

  • Like 8
  • Thanks 2
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...