Commit Graph

373 Commits

Author SHA1 Message Date
sanni
8173115c93 V2.4 Add support for SST29LE010 N64 Repro (128KB only)
For some reason I can only read or write the first 128KB while the second 128KB remain 0x00.

You might have to re-calculate your homebrew rom's checksum if you had to trim it down to 128KB. In this case you can use chksum64.exe out of the libdragon devkit. Not sure if this is needed though.

And yes by "SST29LE010 N64 Repro" I'm  jokingly referring to the Gameshark.

I wanted to turn the Gameshark into an import adapter using Lac's boot emu but the boot emu just restarts itself since the Gameshark isn't switching to the top cart slot.

Sometimes the Gameshark locks up, then you have to plug a 6102 cartridge into the Gamebuster's top slot and then connect both to the cart reader and read the rom. After that it should be accessible again.

Don't use this to update your working Gameshark since you can't read nor write the whole 256KB right now.
But if you have a broken one, have fun. :)

I tested this with a Gameshark V2.0
2019-01-13 06:15:11 +01:00
sanni
3fd77c0f3c
Update README.md 2019-01-09 23:45:03 +01:00
sanni
b6ff94600f
Update README.md 2018-12-08 13:07:43 +01:00
sanni
28339cb162
Update README.md 2018-12-06 14:55:50 +01:00
sanni
1e4c4ed0d5
Update README.md 2018-12-06 14:48:22 +01:00
sanni
3202c50b14
Update README.md 2018-11-19 14:26:04 +01:00
sanni
b8b674aad8
Update README.md 2018-11-16 10:50:49 +01:00
sanni
76695b982b
Add files via upload 2018-11-08 15:44:03 +01:00
sanni
7a8becaf0c
Update README.md 2018-11-03 15:01:16 +01:00
sanni
9f62f093b3
Delete button.stl 2018-11-02 10:42:00 +01:00
sanni
2e0f5f82e6
Update README.md 2018-10-30 21:11:05 +01:00
sanni
a27ee157e8
V2.3: Remove 16bit flash adapter menu
If you're still using the old 16bit adapter(the one with the additional pins left and right on the snes cart edge) you can enable the menu again by changing one line in Cart_Reader.ino:  
// Enable 16bit flash adapter menu
#define enable_flash16
2018-10-30 21:08:59 +01:00
sanni
9c3e5e9d38
Add files via upload 2018-10-26 18:33:12 +02:00
sanni
70d7118446
Update README.md 2018-10-26 18:02:37 +02:00
sanni
f7a10d5af5
Update README.md 2018-10-26 16:08:27 +02:00
sanni
aec88ed69b
Update README.md 2018-10-26 16:06:58 +02:00
sanni
6426dc1bb6 Add new flash adapter version 2018-10-26 14:23:43 +02:00
sanni
ce4f7aeeee V2.2: Add Satellaview support
Supported carts so far:
-BS-X Sorewa Namaewo Nusumareta Machino Monogatari
2018-10-22 20:29:49 +02:00
sanni
7127c77559
Update README.md 2018-10-21 22:30:31 +02:00
sanni
7356a93710 V2.1: Slow down reading of N64 eeprom 2018-10-20 17:38:24 +02:00
sanni
7e0e7bd08c
V2.0: Increment version number after merge 2018-10-14 10:41:16 +02:00
sanni
ed638bd42c
Merge pull request #28 from vogelfreiheit/patch-1
Add support to N64.ino for some cartridges with alternative FlashRAM ICs
2018-10-14 10:24:11 +02:00
sanni
4f6f79b3b1
Merge branch 'master' into patch-1 2018-10-14 10:16:07 +02:00
sanni
4631475619
Add files via upload 2018-10-14 10:09:25 +02:00
vogelfreiheit
10c55a9059
Add support to N64.ino for some cartridges with alternative FlashRAM ICs
Some cartridges might have differing versions depending on the region they were released to.  In most cases, the IC identifies as something else not presently covered by the current code, but they are ABI compatible with the existent FlashRAM supported types.

This will add support for 29L1100KC-15B0 compatible ICs like the MX29L1101.
2018-10-14 05:30:51 +02:00
sanni
806b0f2bd1
Update README.md 2018-10-08 12:57:34 +02:00
sanni
1a0e8eb28c
Add files via upload 2018-10-06 10:48:52 +02:00
sanni
8b7f524453
Update README.md 2018-10-06 10:42:02 +02:00
sanni
6266086b8e
Add files via upload 2018-10-06 10:16:43 +02:00
sanni
ee6d1b8f81
V1.9: Fix bug with Arduino IDE 1.8.7 2018-10-05 18:33:09 +02:00
sanni
0ad3a5fa7e
Add files via upload 2018-09-28 09:40:08 +02:00
sanni
478f9c6a27
V1.8: Disable SRAM when flashing LoROM repro
[Imgur](https://i.imgur.com/YSI1xRq.jpg)
2018-09-20 02:30:23 +02:00
sanni
ee3af5d644
Update README.md 2018-09-15 15:56:12 +02:00
sanni
5d48427885
Update README.md 2018-09-15 15:55:47 +02:00
sanni
b7c96ef0ed
V1.7: Add repro entries to SNES menu
These two new entries just forward the user to the flashrom functions inside of flash.ino.     
I have only tested custom-made 29F033 repros using original SHVC-1J3M-20 and SHVC-1A3M-30 PCBs as shown here: https://github.com/sanni/cartreader/wiki/Reflashing-SNES-Repros
2018-09-12 20:59:48 +02:00
sanni
32f3cbfc59
Add files via upload 2018-09-12 20:52:20 +02:00
sanni
7f289232d9
Update README.md 2018-08-29 14:45:59 +02:00
sanni
1e85c54e69
Update README.md 2018-08-29 14:45:06 +02:00
sanni
b816918e70
V1.6: Add support for S29GL032M flashrom (byte mode) 2018-08-29 14:10:28 +02:00
sanni
fcb138b84a
Add files via upload 2018-08-24 17:22:49 +02:00
sanni
540e698e7f
V1.5: Enable 27C322 burning code again
Needs a special eprom adapter that provides 6V VCC and 12V VPP while programming. This can be achieved with two step-ups and a transistor.
2018-08-24 16:48:35 +02:00
sanni
c9a680a989
Update README.md 2018-08-16 19:02:19 +02:00
sanni
38aa8aad39
V1.4: Add support for MX29LV320 T/B TSOP48 2018-08-16 19:00:53 +02:00
sanni
c05f150b62
Add files via upload 2018-08-16 18:59:48 +02:00
sanni
3ae8ffd765
Add files via upload 2018-08-16 18:21:04 +02:00
sanni
468070755b
Update README.md 2018-08-11 10:20:00 +02:00
sanni
2a8612e814
Update README.md 2018-08-11 10:14:28 +02:00
sanni
18d8bd17b3
Add files via upload 2018-08-01 14:22:58 +02:00
sanni
3015b1037c
V1.3: Set byte pin to low in 8bit mode 2018-07-29 11:19:25 +02:00
sanni
e9cc6af3ae
Add files via upload 2018-07-29 11:08:47 +02:00