Jump to content
IGNORED

Source Code & Example for RMT on Atari 5200?


Recommended Posts

It took me half hour to debug and then i saw that set_pokey was out commented. ;)

 

Will tomorrow post my adapted source for rom playback (except for the buffers)

 

Not only Lda #values where values where directly changed on code needed to be exchanged but the tracker command jump table, too.

 

See label JMX

 

Which does a lsr, lsr hence mul 4 depending on command and patching that value directly into a BCC to jump relatively to the command which was a simple NOP JMP cmd0-7

 

So I changed that to simple

 

CMP #cmd*4

BNE Skip

NOP

JMP CMDx

Edited by Heaven/TQA
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...