Emulated Woz Machine - Apple ][+ Emulator
Go to file
2016-11-21 22:58:37 -05:00
roms Fixes #16 - Move WOZ Monitor to separate file 2016-11-16 21:05:31 -05:00
.gitignore Fixes #7 - Add a .gitignore for C projects 2016-11-16 22:20:38 -05:00
.travis.yml Adding a Travis CI configuration 2016-11-16 22:47:14 -05:00
cpu.c Fixes #32 - Strict mode is always enabled 2016-11-21 22:43:35 -05:00
cpu.h Fixes #31 - Allow RAM images to be loaded from disk 2016-11-21 20:47:27 -05:00
ewm.c Fixes #30 - The --machine command line option does not work 2016-11-21 20:38:24 -05:00
fmt.c Fixes #34 - Trace shows old stack values 2016-11-21 22:52:43 -05:00
fmt.h Fixes #11 - Create better tracing facility 2016-11-18 16:50:31 -05:00
ins.c Fixes #35 - The STA ABS,X (0x9D) instruction has incorrect length 2016-11-21 22:58:37 -05:00
ins.h Fixes #14 - Introduce a strict mode 2016-11-16 22:05:08 -05:00
Makefile Fixes #11 - Create better tracing facility 2016-11-18 16:50:31 -05:00
mem.c Fixes #11 - Create better tracing facility 2016-11-18 16:50:31 -05:00
mem.h Fixes #11 - Create better tracing facility 2016-11-18 16:50:31 -05:00
pia.c Resolve compile error on Linux 2016-11-16 22:54:35 -05:00
pia.h Resolve compile error on Linux 2016-11-16 22:54:35 -05:00
README.md Added a minimal README 2016-11-16 22:56:20 -05:00

Emulated Woz Machine

Build Status