mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 13:09:17 +01:00
A shield for the Arduino Mega that can back up video game cartridges.
2cf7f5dbe7
The `setVoltage()` function should be called even when `ENABLE_VSELECT` is disabled because `ENABLE_3V3FIX` also uses it. There is no resource cost to do this as when both options are disabled the compiler will optimize this function out. This just "future proofs" the code so if that function ever does more it doesn't need updated everywhere. This applies to `setup_FlashVoltage()` as well. The changes to OSCR.cpp are just for code formatting and additional comments to clarify this. |
||
---|---|---|
.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
- MSX
- Pokemon Mini
Open Source Licenses:
- Software(everything in Cart_Reader folder) = GPL v3
- Hardware(everything in hardware folder) = CC BY 4.0
- Documentation(everything in the Wiki) = CC0 1.0