Jump to content
IGNORED

How do I know if a binary image larger than 8k was served as inverted bank switching?


Archimedes5000

Recommended Posts

Also note that @Asmusr made a really nice bank inversion tool that can switch a cartridge file between the two formats--and it works both ways, so inverted files are converted to non-inverted, and non-inverted can be converted to inverted. All you do is identify the file to be converted and specify the new output name. Super easy to use.

bankinvert.zip

  • Like 6
  • Thanks 1
Link to comment
Share on other sites

20 hours ago, Stuart said:

Would @Asmusr be willing to share how his bank invert program works? Does it search for bytes for a MOV instruction to >600x and swap the destination address?

Yeah, it's not intelligent, it just inverts the order. If you don't know what you started with, then you won't know what you ended with ;)

 

  • Like 4
Link to comment
Share on other sites

The conversion can be dumb like this because we don't change the code to select a bank. We just arrange the banks in the order that the cartridge latch would output. If bank 0 is selected an inverting latch provides 11111111 as the bank select high address signals to the EPROM (or whatever) .  If bank 0 is selected in a cartridge with a non-inverting latch, then the bank select address signals get 00000000. (assuming only an 8-bit latch)

 

Either way we still write machine instructions that use the same write to address 6000 + ( bank << 1) to latch the logical bank number.

  • Like 4
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...