Skip to content

SvOlli/retrocartdumper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Retro Cartridge Dumper

This is a small project for dumping Atari 2600 cartridges. The hard- and software is created in a way that it should be easy to adapt it for other platforms.

The commandline tool is run like this:

<dumpername> <serialdevice> <carttype> <filename>

The parameters are:

  • <dumpername>: right now, only one exists: dump2600
  • <serialdevice>: the device the dumper hardware is running on
  • <carttype>: the name of the dumping subroutine to use (run without parameters for a list)
  • <filename>: the filename of the created dump

The code for the dumping hardware is in the "boards" folder, both source and hex files for easy flashing. The source code was done using the Arduino environment. Sorry.

Discussion happens on AtariAge.

About

Dumping an Atari 2600 VCS cartridge using a Teensy 2.0++. Intended to be ported for other systems, but only hooks exist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published