Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 401 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 401 Bytes

2600-Imager

Creates images from Atari bin files

Description:

This program takes an Atari 2600 bin file, read through it, and ouputs an image corresponding to the bits inside the bin file.

Requirements:

cimg-dev

Usage:

imager filename.bin

Compilation

I made this for Ubuntu 16.04 You need make and CImg

Install Cimg with

sudo apt install cimg-dev

Then run make

make