This program is the c++ source code for an atari emulator.  Only
graphics mode 2 works.  This code is very slow.  There is no 
point in even running it, but you can if you want.  To run it 
you will need to get a copy of the atari roms.  The atari.rom file
that you create for the atari.exe emulator will work.  To start
this emulator type:
                emu atari.rom 0xffff
The file atari.rom  (can have any file name) is the atari rom code.
The number 0xffff is the address that starts the built in dissassembler.
Of course address 0xffff is never reached so the disassembler is never
started.  You can use 0xf125 if you want to start dissassembling from 
the very start.

It's not much but here it is.

Mike Munoz
