The file atariemu.zip contains the source code for an atari 400/800 atari emulator. There are three seperate files included in atariemu.zip: ataricpp.zip atsim.zip siocopya.zip File ataricpp.zip is the c++ source code for a test Atari emulator. I used the c++ version to test some of my ideas. File atsim.zip is the source code for the 80x86 assembler version of the Atari emulator. This version is more complete than the c++ version, but not finished. The file siocopya.zip contains a program that can read data from the Atari disk drive using a simple cable connected to the parallel port. This was a test program to see if I could use this type of method as part of the emulator. Mike Munoz