-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Atari 7800 Bankset Bankswitch (needs adapter update) #916
Comments
Hey, thanks for that ! |
Updated Gerbers uploaded (UNTESTED): Atari 7800 Adapter v0.2.zip |
I would like a pic - I don't know the first thing about Gerber files, but if someone could explain the modification to me or show pics, I've got a few carts this would likely help. Full ino would be nice too! |
great thanks :) |
please either download the file and do in your local repository: |
@sakman55 Are you adding this to the ino permanently as well, since you updated the gerbers? Viewing the diff I could make a good guess but worried I'll make a mistake there and don't use git myself currently. Also not sure what version that diff applies to as I'm always on the latest nightly build and sometimes an ino from 2 days ago won't work anymore. According to the top the FW release is 2 days in the future? it is 3/22 now... Sharing the full one should just be a drag and drop if it isn't too much to ask, but if it gets merged into the project, that works too! |
Sorry, no. I'm not running the latest version. |
@PsychoFox11 / @PsyK0p4T I created a pull request. Maybe that is easier for you? With this I also removed two additional debug lines still left in the above diff. |
Thanks, I just want to be sure I get it right and haven't used git for actual coding in about a decade! |
Fix merged ! I don't have retail carts anymore under my hands so... I can't test if it brokes anything, I'm relying on you ^^ |
i have tested one 32k, 48k game and one "supergame". The bankset with normal is not tested atm, because afaik there is no cartridge yet. |
OSCR firmware version
main 2024-03-24
OSCR hardware version
HW5 Rev1
Attach OSCR_LOG.txt file here
No response
System used
all/none/doesn't matter
Describe the issue.
I have extended the current code to support Bankset Bankswitch
http://7800.8bitdev.org/index.php/Bankset_Bankswitching
needs some hardware modification on the adapter. Currently @sakman55 7800 adapter has HALT not wired in v0.1. Thus I used a jumper wire 7800 /HALT (pin 2) to SNES /RST (Pin 26)
I have also added some additional NOPs at write bank switching code. Without switch those 16k was not reliable for me. Those seems to be more stable now for me - also for normal supercard games.
I have successfully dumped Petscii robot with the diff below.
The text was updated successfully, but these errors were encountered: