A shield for the Arduino Mega that can back up video game cartridges.
Go to file
Ancyker 40238b18a1
Fixed (added) missing FS() macro on some FSTRING constants
This was causing two symptoms/bugs:
* OSCR_LOG.txt was being spammed with random data.
* The size of OSCR_LOG.txt would get so big that copying the log would take a long time, possibly minutes. Oftentimes this caused the display to appear to hang after searching for the CRC (after "->") but before displaying the result.

If using the global log and a version of master since e61ac414d8 you should delete OSCR_LOG.txt from your SD card as it will likely be very large and continue to cause dumping to be slow.
2024-05-07 17:16:51 -04:00
.github Update bug.yml 2023-08-15 13:53:14 +02:00
Cart_Reader Fixed (added) missing FS() macro on some FSTRING constants 2024-05-07 17:16:51 -04:00
hardware Add Right N64 Adapter with Battery Access STEP 2023-09-12 15:34:29 -07:00
sd fix issue #939. Remove duplicate write of laster buffer. Also add Berzerk Enhanced 2024-05-01 18:50:35 +02:00
.gitattributes CRLF required for cart database files 2023-07-05 01:57:42 -07:00
.gitignore Blocking out Casio Loopy dumper 2023-06-14 13:21:49 -07: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 Fills out pin spreadsheet with Loopy pins. Needs double and triple check 2023-06-28 14:25:38 -07:00
README.md Update README.md 2024-02-17 14:02:00 +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
  • Super Nintendo/Super Famicom (including SF Memory, Satellaview, Sufami Turbo, and Game Processor RAM Cassettes)
  • Nintendo 64 (including Controller Pak, Gameshark, and Xplorer 64)
  • Game Boy Color (including GB Memory, Codebreaker, and Gameshark)
  • 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/SC-3000
  • Sega Cards
  • PC Engine/TurboGrafx-16/SuperGrafx
  • WonderSwan (Color)
  • NeoGeo Pocket (Color)
  • Intellivision
  • ColecoVision
  • Benesse Pocket Challenge W
  • Benesse Pocket Challenge V2
  • Watara Supervision
  • Atari 2600/5200/7800
  • Emerson Arcadia 2001
  • Fairchild Channel F
  • Magnavox Odyssey 2/Philips Videopac+
  • Super A'Can
  • MSX
  • Pokémon Mini
  • Casio Loopy
  • Commodore 64
  • Vectrex

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