Replies: 4 comments 5 replies
-
Dump a SNES game, copy it to your PC, open it together with a known good dump of the same game and version in HxD Hex Editor, do a CTRL+K compare. See at which address the differences start. That should give you an indication what address pins is the issue. |
Beta Was this translation helpful? Give feedback.
-
So from 0x0 to 0x7FFF it's okay, then it goes bad. Meaning SNES maskrom A0-A14 are fine and A15 is the issue. I guess you dumped a lorom game? Which would translate to A16 on the cartridge slot because of the way lorom is mapped. If yes then this trace should be the issue: |
Beta Was this translation helpful? Give feedback.
-
You can check if any pins are connected to GND that should not be connected. |
Beta Was this translation helpful? Give feedback.
-
Still the same pin making issues, probably shorted to GND. Here is a picture where the GND plane is highlighted: On the right side the GND plane is pretty close to the pin, might be that the solder mask was damaged and a solder bridge was formed between the GND plane and the pin. |
Beta Was this translation helpful? Give feedback.
-
Hello, I've built a Cart Reader and I've found that SNES and Mega Drive cartridges dump with CRC errors. I'm running version 6.1 if that helps. I'm going to test NES and Sega Master System but I'm guessing they may not work as well. Any help would be greatly appreciated.
What's Working:
N64 Cartridges/Saves
Gameboy Cartridges/Saves
Gameboy Color Cartridges/Saves
Gameboy Advanced Cartridges/Saves
What Isn't Working:
SNES Cartridges/Saves
Mega Drive
What I've tried:
Cleaned cartridge contacts
Reflow all solder connections
double check no bridges exist on any neighboring pins
2 different Arduino Mega 2560's
Beta Was this translation helpful? Give feedback.
All reactions