cartreader/README.md

50 lines
2.7 KiB
Markdown
Raw Normal View History

2017-09-12 23:09:57 +02:00
# Cartridge Reader Shield for Arduino Mega 2560
2016-07-04 13:21:34 +02:00
2018-04-13 16:21:04 +02:00
![image](https://dl.dropboxusercontent.com/s/nc5lblrrf49sgxb/v17_slots.png?dl=1)
2016-07-04 13:21:34 +02:00
2017-03-16 10:53:22 +01:00
#### Features:
2016-07-04 13:21:34 +02:00
- Reads SNES roms and reads/writes save games from and to the SNES cartridge
2018-03-19 12:26:00 +01:00
Supported cartridge types so far: LoRom, HiRom, ExHiRom, SuperFX, SuperFX2, SDD1, SPC7110, SA1 (last two chips need Adafruit Clock Generator)
2017-10-12 23:50:13 +02:00
- Reads and writes Nintendo Power Super Famicom Memory Flash Cartridges (needs Adafruit Clock Generator for best result)
2016-10-07 11:14:14 +02:00
- Reads N64 roms and reads/writes save games(4K/16K Eeprom + Sram + all 3 types of Flashram)
- Reads and writes N64 controller paks and also can test a N64 controller's buttons and thumbstick
2017-10-22 13:26:43 +02:00
- Reflashes N64 Repros with Spansion S29GL256N, Fujitsu MSP55LV512, Fujitsu MSP55LV100S or Intel 4400L0ZDQ0 flashroms
2017-03-02 01:31:12 +01:00
- Reads Game Boy (Color) roms and reads/writes save games
2017-10-12 23:50:13 +02:00
- Reads and writes Nintendo Power Game Boy Memory Flash Cartridges
2017-10-22 13:26:43 +02:00
- Programs custom made Game Boy (Color) flashcarts with 29F016/29F032/29F033 flashrom
2017-08-16 16:17:35 +02:00
- Reads Game Boy Advance roms and reads/writes most of the save games(4K Eeprom, 64K Eeprom, Sram/Fram, SST39VF512 512K flash + MX29L010 1M flash)
2017-09-14 23:09:50 +02:00
- Reflashes GBA Repros with Intel 4000L0YBQ0, Macronix MX29GL128E or Fujitsu MSP55LV128 flashroms
2017-06-28 20:32:55 +02:00
- Reads Sega Mega Drive roms and reads/writes save games(Sram/Fram)
2018-04-18 17:01:49 +02:00
- Reads PC engine/TG16 (custom made adapter needed)
2018-01-17 16:41:05 +01:00
- Programs Flashroms like 29F016, 29F032 and 29F033(DIP36 to TSOP40 pcb needed), 29F1610, 29L3211 and 29LV160 (PSOP44 to DIL44 adapter needed)
2016-07-04 13:21:34 +02:00
2018-04-13 16:21:04 +02:00
![image](https://dl.dropboxusercontent.com/s/t0igdyghvagbrwq/v17_switches.png?dl=1)
2017-07-24 19:08:22 +02:00
2017-03-27 13:07:06 +02:00
#### Be sure to check the guides in the [Wiki](https://github.com/sanni/cartreader/wiki) too.
2016-07-04 13:21:34 +02:00
2017-03-16 10:53:22 +01:00
#### Thanks to:
2016-10-07 11:14:14 +02:00
MichlK - ROM-Reader for Super Nintendo
Jeff Saltzman - 4-Way Button
Wayne and Layne - Video-Game-Shield menu
skaman - SNES enhancements and SA1 sram support
2016-10-15 16:23:06 +02:00
nocash - Nintendo Power and GBA Eeprom commands and lots of other info
2016-10-07 11:14:14 +02:00
crazynation - N64 bus timing
hkz/themanbehindthecurtain - N64 flashram commands
jago85 - help with N64 stuff
Andrew Brown/Peter Den Hartog - N64 controller protocol
bryc - mempak
Shaun Taylor - N64 controller CRC functions
Angus Gratton - CRC32
2018-04-18 17:01:49 +02:00
Tamanegi_taro - SA1 fix and PC engine/TG16 support
2016-10-07 11:14:14 +02:00
Snes9x - SuperFX sram fix
2016-10-15 16:23:06 +02:00
zzattack - multigame pcb fix
2016-10-07 11:14:14 +02:00
Pickle - SDD1 fix
insidegadgets - GBCartRead
RobinTheHood - GameboyAdvanceRomDumper
2016-10-15 16:23:06 +02:00
YamaArashi - GBA flashrom bank switch command
2017-10-13 18:50:49 +02:00
infinest - help with GB Memory cart
2017-03-26 10:57:26 +02:00
2018-04-13 16:21:04 +02:00
![image](https://dl.dropboxusercontent.com/s/ptswm9c7nhi6pa3/v17_back.png?dl=1)
2016-10-07 11:14:14 +02:00
2018-03-23 12:02:42 +01:00
#### Please join the discussion at: http://forum.arduino.cc/index.php?topic=158974.0