mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-14 17:05:08 +01:00
Update README.md
This commit is contained in:
parent
861998b155
commit
21f3876e73
29
README.md
29
README.md
@ -1,27 +1,29 @@
|
|||||||
# Cartridge Reader for Arduino Mega2560
|
# Cartridge Reader for Arduino Mega2560
|
||||||
|
|
||||||
![cartreaderpcb](https://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/cartreader_n642.jpg)
|
![image](https://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/wiki/cartreaderv8_1.jpg)
|
||||||
|
|
||||||
####Features:
|
####Features:
|
||||||
- Reads SNES roms and reads/writes save games from and to the SNES cartridge
|
- Reads SNES roms and reads/writes save games from and to the SNES cartridge
|
||||||
Supported cartridge types so far: LoRom, HiRom, ExHiRom, SuperFX, SuperFX2, SA1(needs Adafruit Clock Generator)
|
Supported cartridge types so far: LoRom, HiRom, ExHiRom, SuperFX, SuperFX2, SDD1, SA1(needs Adafruit Clock Generator)
|
||||||
- Read and writes SFC Nintendo Power Cartridges
|
- Read and writes SFC Nintendo Power Cartridges (also known as SF Memory, needs Adafruit Clock Generator for best result)
|
||||||
- Reads N64 roms and reads/writes save games(4K/16K Eeprom + Sram + Flashram)
|
- 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
|
- Reads and writes N64 controller paks and also can test a N64 controller's buttons and thumbstick
|
||||||
- Programs Flashroms like 29F016, 29F032, 29F033, 29F1610 and 29L3211(needs 3.3V).
|
- Reads Game Boy (Color) roms and reads/writes save games(only tested with MBC5)
|
||||||
|
- Reads Game Boy Advance roms and reads/writes save games(Sram/Fram + SST39VF512 512K flash + MX29L010 1M flash)
|
||||||
|
- Programs Flashroms like 29F016, 29F032, 29F033, 29F1610 and 29L3211(needs 3.3V)
|
||||||
|
|
||||||
![cartreaderpcb](http://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/cartreader_flash.jpg)
|
![image](https://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/wiki/cartreaderv8_3.jpg)
|
||||||
|
|
||||||
####Be sure to check the guides in the wiki too.
|
####Be sure to check the guides in the wiki too.
|
||||||
|
|
||||||
[![](http://dl.dropboxusercontent.com/u/20912715/video1.jpg)](https://www.youtube.com/watch?v=YGsC28IBr2A)
|
[![](https://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/wiki/video.jpg)](https://www.youtube.com/watch?v=lTuarlsCCuY)
|
||||||
|
|
||||||
####Thanks to:
|
####Thanks to:
|
||||||
MichlK - ROM-Reader for Super Nintendo
|
MichlK - ROM-Reader for Super Nintendo
|
||||||
Jeff Saltzman - 4-Way Button
|
Jeff Saltzman - 4-Way Button
|
||||||
Wayne and Layne - Video-Game-Shield menu
|
Wayne and Layne - Video-Game-Shield menu
|
||||||
skaman - SNES enhancements and SA1 sram support
|
skaman - SNES enhancements and SA1 sram support
|
||||||
nocash - Nintendo Power commands
|
nocash - Nintendo Power commands and lots of other info
|
||||||
crazynation - N64 bus timing
|
crazynation - N64 bus timing
|
||||||
hkz/themanbehindthecurtain - N64 flashram commands
|
hkz/themanbehindthecurtain - N64 flashram commands
|
||||||
jago85 - help with N64 stuff
|
jago85 - help with N64 stuff
|
||||||
@ -32,10 +34,11 @@
|
|||||||
Tamanegi_taro - SA1 fix
|
Tamanegi_taro - SA1 fix
|
||||||
Snes9x - SuperFX sram fix
|
Snes9x - SuperFX sram fix
|
||||||
zzattack - multigame pcb fix
|
zzattack - multigame pcb fix
|
||||||
Pickle - SDD-1 fix
|
Pickle - SDD1 fix
|
||||||
|
insidegadgets - GBCartRead
|
||||||
|
RobinTheHood - GameboyAdvanceRomDumper
|
||||||
|
YamaArashi - GBA flashrom bank switch command
|
||||||
|
|
||||||
![cartreaderpcb](http://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/cartreader_np.jpg)
|
![image](https://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/wiki/cartreaderv8_2.jpg)
|
||||||
|
|
||||||
####Please join the discussion at: http://forum.arduino.cc/index.php?topic=158974.0
|
####Please join the discussion at: http://forum.arduino.cc/index.php?topic=158974.0
|
||||||
|
|
||||||
![cartreaderpcb](http://dl.dropboxusercontent.com/u/20912715/snes/Snes_Cart_Reader_Mega_Shield/cartreader_stuff.jpg)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user