Apple II emulator running on ARM Cortex-M0
Go to file
Takashi Toyoshima dd372c8a2d Ready to implement a 6502 interpreter
All investigation for implementation and testing were done.
Now, 6502.S can be verified on qemu-arm, and run even on LPC1114.
All I have to do is just implement the 6502 interpreter.
2014-12-05 02:43:58 +09:00
6502.S Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
LICENSE Initial commit 2014-12-05 02:39:10 +09:00
Makefile Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
README.md Initial commit 2014-12-05 02:39:10 +09:00
apple2.S Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
lpc1114.ld Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
registers.inc Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
reset.S Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
test.c Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
uart.S Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
vectors.S Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00

README.md

Applerm-II

Apple II emulator running on ARM Cortex-M0