All Projects → tonyp7 → GenDumper

tonyp7 / GenDumper

Licence: MIT license
An open-source Sega Genesis / Mega Drive cart dumper

Programming Languages

C#
18002 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to GenDumper

MegaDrivePlusPlus
Universal Region mod, 50/60 Hz switch and In-Game-Reset (IGR) for Sega Mega Drive (AKA Genesis)
Stars: ✭ 100 (+150%)
Mutual labels:  genesis, retrogaming, megadrive, sega-mega-drive, sega-genesis
ultra-dma-queue
Super fast DMA queue for the Sega Genesis
Stars: ✭ 25 (-37.5%)
Mutual labels:  sega-mega-drive, sega-genesis
sonic-gms2
A GameMaker Studio 2 template project used for constructing games based on the Sonic the Hedgehog series.
Stars: ✭ 18 (-55%)
Mutual labels:  genesis, megadrive
genmdm-editor
A web-based interface for genMDM, a MIDI controller for the Sega Mega Drive and Genesis. Also supports Mega Drive MIDI Interface.
Stars: ✭ 25 (-37.5%)
Mutual labels:  sega-mega-drive, sega-genesis
Provenance
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Stars: ✭ 4,732 (+11730%)
Mutual labels:  genesis, retrogaming
gimp-rom-bin
GIMP plug-in to read/write SNES / NES / GB / GBA / NGP / MD / etc ROM image, tile and sprite files
Stars: ✭ 54 (+35%)
Mutual labels:  genesis, megadrive
helios
A Java-based Sega Mega Drive/Genesis emulator. And other systems too.
Stars: ✭ 14 (-65%)
Mutual labels:  genesis, megadrive
MDSDRV
Sound driver for Sega Mega Drive
Stars: ✭ 44 (+10%)
Mutual labels:  genesis, megadrive
Awesome-Retro-Docs
A curated collection of technical documentation for Arcades, Handhelds, Consoles, Computers and MCU’s.
Stars: ✭ 128 (+220%)
Mutual labels:  retrogaming
LudOS
Just enough OS for libretro using the Ludo frontend on a LibreELEC 9.2 base
Stars: ✭ 36 (-10%)
Mutual labels:  retrogaming
The-Great-Escape-in-C
Classic ZX Spectrum game "The Great Escape" rewritten in portable C
Stars: ✭ 95 (+137.5%)
Mutual labels:  retrogaming
PySprint
Recreation of the Atari ST port of Super Sprint with Pygame
Stars: ✭ 19 (-52.5%)
Mutual labels:  retrogaming
rogue.js
JavaScript porting of original Rogue source code using Emscripten
Stars: ✭ 33 (-17.5%)
Mutual labels:  retrogaming
FlappyBird-N64
Clone of Flappy Bird for Nintendo 64 built using the open source LibDragon SDK. Original game design, graphics, and sound effects created by .GEARS
Stars: ✭ 38 (-5%)
Mutual labels:  retrogaming
OpenAmiga600RamExpansion
Open Hardware 1 MB Chip RAM Expansion for the Commodore Amiga 600 Computer
Stars: ✭ 48 (+20%)
Mutual labels:  retrogaming
tetriss
Tetris clone written in JavaScript 🎮 https://antonioolf.github.io/tetriss/
Stars: ✭ 14 (-65%)
Mutual labels:  retrogaming
LibGenesis
An API workaround the library genesis platform to enable query search
Stars: ✭ 46 (+15%)
Mutual labels:  genesis
wasm4
Build retro games using WebAssembly for a fantasy console.
Stars: ✭ 711 (+1677.5%)
Mutual labels:  retrogaming
symdump
Dumper for PSX SYM debug files
Stars: ✭ 28 (-30%)
Mutual labels:  dumper
HTML5-Space-Invaders
A Space Invaders HTML5 porting. This work is licensed under a Creative Commons Attribution - Share Alike 3.0 - Unported license (CC BY-SA 3.0). The text of the license is available at http://creativecommons.org/licenses/by-sa/3.0/ .
Stars: ✭ 36 (-10%)
Mutual labels:  retrogaming

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].