ca.disassembly.atari2600
Class ByteImages

java.lang.Object
  extended by ca.disassembly.atari2600.ByteImages

public class ByteImages
extends java.lang.Object

This tool converts to an entire Atari2600 ROM file to bit-pixel visualization. Atari2600 images are black-and-white and usually 1 byte for player graphics.

Usage example:
java ca.atari2600.ByteImages COMBAT.BIN F000 > t.txt


Constructor Summary
ByteImages()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteImages

public ByteImages()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception