Richard Weick 83b854ffeb
Merge pull request #854 from RWeick/master
This updates the GBC Gameshark functions to check the Chip ID before performing any other functions, which ensures a good connection with the Gameshark cartridge and prevents erroneous dumps or writes due to poor connection.
2023-10-02 13:23:56 -05:00
2023-08-15 13:53:14 +02:00
2023-10-01 12:46:10 -05:00
2023-06-14 13:21:49 -07:00
2023-01-25 15:05:19 +01:00
2019-02-06 15:55:22 +01:00
2023-09-23 01:00:36 +02: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/5200/7800
  • Emerson Arcadia 2001
  • Fairchild Channel F
  • Magnavox Odyssey 2
  • Super A'Can
  • MSX
  • Pokemon Mini
  • Casio Loopy
  • C64
  • 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
Description
A shield for the Arduino Mega that can back up video game cartridges.
Readme GPL-3.0 147 MiB
Languages
C++ 99.3%
C 0.7%