Emulated Woz Machine - Apple ][+ Emulator
Go to file
2016-11-16 22:54:35 -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 #25 - Remove delay code 2016-11-16 22:46:29 -05:00
cpu.h Fixes #14 - Introduce a strict mode 2016-11-16 22:05:08 -05:00
ewm.c Fixes #14 - Introduce a strict mode 2016-11-16 22:05:08 -05:00
ins.c Fixes #24 - PLP and PHP instructions are missing 2016-11-16 22:09:26 -05:00
ins.h Fixes #14 - Introduce a strict mode 2016-11-16 22:05:08 -05:00
Makefile Use -std=c99 instead of -std=c11 2016-11-16 22:47:34 -05:00
mem.c Fixes #14 - Introduce a strict mode 2016-11-16 22:05:08 -05:00
mem.h Fixes #9 - Implement configurable memory regions 2016-11-14 20:10:42 -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