cartreader/README.md

47 lines
2.3 KiB
Markdown
Raw Normal View History

2016-07-04 13:21:34 +02:00
# Cartridge Reader for Arduino Mega2560
2017-03-16 10:52:33 +01:00
![image](https://www.dropbox.com/s/9yt37pw4juaup6u/cartreaders.JPG?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
2016-10-07 11:14:14 +02:00
Supported cartridge types so far: LoRom, HiRom, ExHiRom, SuperFX, SuperFX2, SDD1, SA1(needs Adafruit Clock Generator)
2017-03-02 01:31:12 +01:00
- Reads and writes SFC Nintendo Power Flash Cartridges (also known as SF Memory, 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-03-02 01:31:12 +01:00
- Reflashes N64 Repros (those with the Max II CPLD and 29GL256 flashroms)
- Reads Game Boy (Color) roms and reads/writes save games
2017-02-02 22:02:38 +01:00
- Programs custom made Game Boy Color flashcarts
2016-10-15 21:45:55 +02:00
- Reads Game Boy Advance roms and reads/writes save games(4K Eeprom, 64K Eeprom, Sram/Fram, SST39VF512 512K flash + MX29L010 1M flash)
2017-03-02 01:31:12 +01:00
- Programs Flashroms like 29F016, 29F032, 29F033, 29F1610 and 29L3211
2016-07-04 13:21:34 +02:00
2017-03-16 10:52:33 +01:00
![image](https://www.dropbox.com/s/q5xdd3ovycj4nv3/cartreader_bottom.JPG?dl=1)
2016-07-04 13:21:34 +02:00
2017-03-16 10:53:22 +01:00
#### Be sure to check the guides in the wiki too.
2016-07-04 13:21:34 +02:00
2017-03-16 10:52:33 +01:00
[![](https://www.dropbox.com/s/bdjq4xts322xdb0/youtubevideo.jpg?dl=1)](https://www.youtube.com/watch?v=1BviR53_6NQ)
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
Tamanegi_taro - SA1 fix
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
2016-10-07 11:14:14 +02:00
2017-03-16 10:52:33 +01:00
![image](https://www.dropbox.com/s/uslx6kf0v69owgn/v82_components.jpg?dl=1)
2016-10-07 11:14:14 +02:00
2017-03-16 10:53:22 +01:00
#### Please join the discussion at: http://forum.arduino.cc/index.php?topic=158974.0