Skip to content
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

SNES: can't fully dump Retro-Bit/JNNEX multi-rom repros #1001

Open
jd213 opened this issue Jul 29, 2024 · 6 comments
Open

SNES: can't fully dump Retro-Bit/JNNEX multi-rom repros #1001

jd213 opened this issue Jul 29, 2024 · 6 comments

Comments

@jd213
Copy link

jd213 commented Jul 29, 2024

OSCR firmware version

14.0

OSCR hardware version

HW5 Rev3

Attach OSCR_LOG.txt file here

OSCR HW5 V14.0

[+] Super Nintendo/SFC

[+] SNES/SFC cartridge

Searching database...
Checksum: 35FE

Name: WOODI SFC TEST
Revision: 0
Type: LoROM SlowROM
ICs: ROM ONLY
ROM Size: 256 KB (8 banks)
Save Size: 32 KB
Checksum: 35FE
Press Button...

[+] Force cart type

[+] Use header info

Press Button...

[+] Force cart type

[+] 4MB LoROM 256K SRAM

Press Button...

[+] Read ROM

Saving to SNES/ROM/LoROM/509/...
[*******************]
Checksum... 1CA4 != 35FE
Invalid Checksum
CRC32... 90C65DD7 -> Not found

System used

SNES/Super Famicom

Describe the issue.

Currently, it's possible to dump just part of the multi-game Retro-Bit SFC repros (such as "16-bit Collection Athena Vol. 1") if one Forces the cart type to "4MB LoROM 256K SRAM" and then edit the dump with a hex editor as shown in the responses to #822 , but it doesn't dump enough of the data to get all of the roms unfortunately.

Would it be possible to add a mode that can dump the full cart?

I believe these carts are still fairly cheap (and available new at some locations) in Japan, but I can send one for testing purposes if someone in the US wants to take a look at it.

(GitHub isn't letting me add the "Feature Request" tag for some reason, sorry)

@sanni
Copy link
Owner

sanni commented Jul 30, 2024

Can you try what happens if you set the ROM type to LoROM with 8MB?
In SNES.ino line 456 change 128 to 256 then select "4MB LoROM 256K SRAM" (which now should be 8MB)

@jd213
Copy link
Author

jd213 commented Jul 31, 2024

Ah, thanks for the suggestion.
Unfortunately it looks like the same incomplete romset is repeated in the 2nd 4MB.
Got the same behavior with both Retro-Bit's Athena Vol.1 and Jaleco Vol.1.

@sanni
Copy link
Owner

sanni commented Aug 2, 2024

One more thing you can try is updating to the newest Github master branch code and then try to dump it using the Flash Repro menu under SNES.

@jd213
Copy link
Author

jd213 commented Aug 3, 2024

Hmm, I installed the newest master and tried dumping with 8MB flashsize, LoROM (and a couple tries as 6MB or ExLoROM), and each of the various flashtypes, but they also resulted in incomplete/repeated romsets.

Here's a pic of the chips if it helps, at first glance I thought it was the same as the Joe & Mac cart but looks like the U2 chip is different:
DSC04809

@sanni
Copy link
Owner

sanni commented Aug 4, 2024

Maybe cut out the menu ROM and load it into an emulator and then check the debugger what happens when e.g. the last game is selected. Maybe the CPLD acts as a more advanced mapper compared to the simple 74HC139 we find in the typical Chinese repros and the menu outputs a command to switch to the second half of the flash chip.

@jd213
Copy link
Author

jd213 commented Aug 4, 2024

Thanks, I opened the menu rom in bsnes plus and tried to look for clues, but unfortunately I'm mostly just a solder monkey and didn't really know what to look for. I appreciate the suggestion, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants