mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-27 15:04:15 +01:00
A shield for the Arduino Mega that can back up video game cartridges.
553e86af1e
SMS.ino rework : - new constants are used for adapters and systems (simplify conditions and checks) - dropped the feature to change adapter mode between two dumps (rarely used and adds many conditions) - added Retron 3in1 adapter for SMS dumping - added all possible rom sizes for SMS/GG and SG-1000 carts (40/48k mapping not yet supported) - during manual rom size selection, the offered values are adapted to selected system - moved code (function calls, function order...) - functions, variables, arrays renamed - comments added/modified More details listed in this thread : https://github.com/sanni/cartreader/discussions/742 |
||
---|---|---|
.github/workflows | ||
Cart_Reader | ||
hardware | ||
sd | ||
.gitignore | ||
3dmodel.stl | ||
LICENSE | ||
pinout.ods | ||
README.md |
Open Source Cartridge Reader
This project represents a community-driven effort to provide an easy to build and easy to modify cartridge dumper.
Its main purpose is to dump a video game's ROM and save file to an SD card without the need of a PC.
For any questions you can use the Discussions and/or Issues section here on Github or visit the accompanying thread in the Arduino Forum, where you can reach most of the devs directly.
Also be sure to check the guides in the Wiki too.
Happy making. 🔧🔨😊
Features:
- Modular design
- Stand-alone operation
- Easy to modify open-source code
- Portable when used together with a power bank
Supported Systems:
- NES/Famicom/Family Basic
- SNES/Super Famicom (including SF Memory and Satellaview)
- N64 (including Controller Pak and Gameshark)
- Game Boy Color (including GB Memory)
- Game Boy Advance
- Sega Mega Drive/Genesis
- Sega Master System
Supported with adapters:
- Virtual Boy
- Sega Game Gear
- Sega Mark III
- Sega SG-1000
- Sega Cards
- PC engine/TG16
- WonderSwan (Color)
- NeoGeo Pocket (Color)
- Intellivision
- ColecoVision
- Benesse Pocket Challenge W
- Benesse Pocket Challenge V2
- Watara Supervision
- Atari 2600
- Emerson Arcadia 2001
- Fairchild Channel F
- Magnavox Odyssey 2
- Super A'Can
Open Source Licenses:
- Software(everything in Cart_Reader folder) = GPL v3
- Hardware(everything in hardware folder) = CC-BY-4.0