Welcome to the Apple II Simulator!

Here is a short description of the contents of the files in src:

apple.c:	motherboard (without screen)
screen.c:	screen-emulation with x-windows
cpu1.c:		the 6502
cpu2.c:		the 6502, second try.
noslot.c:	a generic slot-interface
languagecard.c:	language-card (unconfigured)
controller.c:	disk II-controller (unconfigured)
simulator.c:	main program

slot0.c:	languagecard.c configured for slot 0
slot1.c:	empty slot 1
slot2.c:	empty slot 2
slot3.c:	empty slot 3
slot4.c:	empty slot 4
slot5.c:	empty slot 5
slot6.c:	controller.c configured for slot 6
slot7.c:	empty slot 7

The files in the main directory contain the following:

FILES		this one
INSTALL		installation description
README		please read it first
SIMULATION	some explanations (not the how, but the why)
SPEED		some measurements
aliases		some csh aliases
floppy		a shell script for inserting floppys into the disk drive

Peter Koch (e-mail: koch@informatik.uni-kl.de)

