Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyp7/GenDumper
An open-source Sega Genesis / Mega Drive cart dumper
https://github.com/tonyp7/GenDumper
arduino dumper genesis megadrive retrogaming sega-genesis sega-mega-drive
Last synced: about 1 month ago
JSON representation
An open-source Sega Genesis / Mega Drive cart dumper
- Host: GitHub
- URL: https://github.com/tonyp7/GenDumper
- Owner: tonyp7
- License: mit
- Created: 2020-04-10T06:26:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T05:55:54.000Z (over 4 years ago)
- Last Synced: 2024-02-11T16:52:15.152Z (11 months ago)
- Topics: arduino, dumper, genesis, megadrive, retrogaming, sega-genesis, sega-mega-drive
- Language: C#
- Size: 1.11 MB
- Stars: 46
- Watchers: 8
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GenDumper
An open-source Sega Genesis / Mega Drive cart dumper. This repository includes the sources for the hardware, the firmware running on the hardware, and computer programs used to interface with the dumper.![Revision 1](https://github.com/tonyp7/GenDumper/raw/master/pictures/mega-dumper-sonic.jpg)
# Repository Structure
## firmware
Contains the source code that runs on the ATMEGA324PB micro-controller on the dumper's hardware.
## hardware
Contains the schematics, BOM, and anything else related to the hardware.
## software
Contains source code for programs to run on a PC to interact with the dumper. As of today there is only a c# winforms, but the communication with the hardware is simple enough that adding a variety of clients should be trivial.
### Note
GenDumper was originally named "MegaDumper". I later realized that there was a "universal mega dumper" project and the name were way too close and could lead to confusion -- prompting this rename to GenDumper.