Jump to content
IGNORED

SuperCharger Control Register Question


Delicon

Recommended Posts

I think this has been answered with a no. I checked Suicide Mission and it is reserving a separate RAM address (looks like $80, same as the loader uses) to keep track of bank config.

 

If you don't mind using a byte of ZPRAM (well, five bits of it anyway--if you wanted you could stuff flags and things in the upper bits), you may find it useful to set address $81 to $10. Then you can use CMP ($80),y to switch modes. My own tendency is to mask out everything but the write-delay bits (does anyone know, in hardware terms, what they do?) and just use LDY #desiredvalue, but you may use other approaches.

Link to comment
Share on other sites

(does anyone know, in hardware terms, what they do?)

 

Just a guess without being there when they designed the cart, but I would bet these bits add wait states when for ROM and/or RAM access. This makes sense if they were planing to shift providers for their RAM/ROM, maybe in the future thinking they could save money with different brands.

 

Vern

Edited by Delicon
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...