A shield for the Arduino Mega that can back up video game cartridges.
Go to file
Ancyker 010b7e7525 Firmware Updater support, 3.3V Fix, and more
Lots of changes/additions.

Added:
* Firmware Updater support: Supports the Firmware Updater app (release to follow soon). Enabled by default, can be disabled in the config.
* 3.3V Fix (3V3FIX): Enable if you have stability issues when using 3.3V, works best with VSELECT. Disabled by default, can be enabled in the config.
* `DynamicClockSerial`: Class that extends and modifies HardwareSerial to be compatible with a dynamically changing clock speed. Used through the `ClockedSerial` object/variable.
* `OSCR.cpp` & `OSCR.h`: New files for storing globals. Only contains these new additions for now. More code cleanup to come.

Changed:
* Moved configuration flags to `Config.h` and documented them better.
* Removed `vselect()` function. Now uses `setVoltage()` with the params `VOLTS_SET_3V3` and `VOLTS_SET_5V`.

Known Issues:
* Rarely the LCD backlight turns white when using 3V3FIX. Resetting fixes it. Doesn't affect functionality/usability; it's just weird.
2023-03-29 21:05:01 -04:00
.github/workflows Github workflow: Enable all compiler warnings 2022-11-05 05:04:37 +00:00
Cart_Reader Firmware Updater support, 3.3V Fix, and more 2023-03-29 21:05:01 -04:00
hardware New OSCR Logo + Vselect built into main PCB 2023-03-09 11:05:11 -05:00
sd Update pce.txt 2023-03-25 10:45:28 +01:00
3dmodel.stl Update 3dmodel.stl 2023-01-25 15:05:19 +01:00
LICENSE Create LICENSE 2019-02-06 15:55:22 +01:00
pinout.ods Add files via upload 2022-07-15 10:17:20 +02:00
README.md Update README.md 2023-03-24 09:11:15 +01:00

image

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. 🔧🔨😊

image

Features:

  • Modular design
  • Stand-alone operation
  • Easy to modify open-source code
  • Portable when used together with a power bank

image

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

image

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