Apple //e
Go to file
Brad Grantham dabcc14703 Throttle to about 1MHz
Run about as many 6502 instructions as can run in .1 seconds running at 1MHz, measure the duration, and then sleep the difference between the duration and .1 seconds of wall clock time.
2016-11-07 10:44:29 -08:00
.gitignore Add keyboard module. 2016-11-06 13:57:48 -08:00
apple2e.cpp Throttle to about 1MHz 2016-11-07 10:44:29 -08:00
apple2e.rom Add Apple 2e ROM from elsewhere. 2016-11-06 14:03:08 -08:00
emulator.h Incomplete Apple //e emulator 2016-11-06 00:53:43 -07:00
keyboard.cpp Integrate keyboard. 2016-11-06 14:37:20 -08:00
keyboard.h Add keyboard module. 2016-11-06 13:57:48 -08:00
Makefile Add keyboard module. 2016-11-06 13:57:48 -08:00
README.md
ROM.bin Add keyboard module. 2016-11-06 13:57:48 -08:00
switches.txt soft switch and IO descriptions 2016-11-06 12:36:54 -08:00

apple2e