Skip to content

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

Notifications You must be signed in to change notification settings

SvOlli/retrocartdumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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