cartreader/Cart_Reader
sanni 5c5b2fecce V21A Fixed GB Flashrom bug
Thanks once again to skaman:
"The problem occurs because of the bank switch to 0xAA (0xAA * 0x4000 = 0x2A8000).  I'm assuming that the code you're using writes the bank to address 0x2000 (or similar) then follows with the flash sequence to program the byte.  Since 0xAA is also a flash command, the flash chip misinterprets the bank switch as the flash command and misses the command sequence to write the first byte in the bank."
2017-01-30 22:48:08 +01:00
..
Cart_Reader.ino V21A Fixed GB Flashrom bug 2017-01-30 22:48:08 +01:00
EEPROMAnything.h Initial commit 2016-07-04 13:21:34 +02:00
FLASH.ino Reset SA-1 cart after SRAM write 2017-01-12 00:47:38 +01:00
GB.ino V21A Fixed GB Flashrom bug 2017-01-30 22:48:08 +01:00
GBA.ino V19J: Added reading/writing of GBA 64K eeprom save games (fix) 2016-10-15 21:59:07 +02:00
N64.ino V20 Changed N64 timing a bit 2017-01-29 19:00:12 +01:00
NP.ino Reset SA-1 cart after SRAM write 2017-01-12 00:47:38 +01:00
README.md Initial commit 2016-07-04 13:21:34 +02:00
SNES.ino Reset SA-1 cart after SRAM write 2017-01-12 00:47:38 +01:00

Double click on Cart_Reader.ino to open the program in the Arduino IDE.
And don't forget to copy the files from the sd folder to the root of your sd card.