Commit Graph

507 Commits

Author SHA1 Message Date
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
sanni
89a378bc94
Fix Caverns of Death rom size 2018-07-23 16:53:31 +02:00
sanni
a42667c8ef
Update README.md 2018-07-23 14:59:18 +02:00
sanni
d99bcf3244
Add files via upload 2018-07-18 17:48:31 +02:00
sanni
52dd191323
Update README.md 2018-06-22 09:08:41 +02:00
sanni
32734db2cb
Add files via upload 2018-06-21 12:25:44 +02:00
sanni
2ae765276d
Add files via upload 2018-06-21 12:13:09 +02:00
sanni
904e23cecd
V1.2: CX4 support by skaman
Thanks alot :)
2018-06-21 11:38:42 +02:00
sanni
38d872a7b6
Add files via upload 2018-06-21 10:58:39 +02:00
sanni
eaa33ef7f9
Add Cart Reader gerber files 2018-06-21 10:53:18 +02:00
sanni
5cb7f895bd
Update README.md 2018-06-21 10:51:29 +02:00
sanni
2d60574984
Update README.md 2018-06-13 14:23:58 +02:00
sanni
f7bd4878eb
V1.1: Add support for Intel 512M29EW (64MB) N64 repro
Haven't tested it myself but should work thx to BASSIX
2018-06-11 09:42:35 +02:00
sanni
cc10c5ae02
Update README.md 2018-06-09 18:47:12 +02:00
sanni
221d4f80d6
Update README.md 2018-05-21 19:50:19 +02:00
sanni
b70e5b1885
Update README.md 2018-05-15 21:05:00 +02:00
sanni
295d5328bf
Update SNES database with one generated by a simple script
Might contain many errors, each entry still needs to be checked manually
2018-05-07 11:03:08 +02:00