Apple II emulator running on ARM Cortex-M0
Go to file
2014-12-07 19:01:33 +09:00
6502.S Bug fix: adc and sbc performed wrong carry flag calculation 2014-12-07 19:01:33 +09:00
apple2.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
lpc1114.ld Ready to implement a 6502 interpreter 2014-12-05 02:43:58 +09:00
Makefile Bug fix: manage r12 correctly, and TXS used a wrong register 2014-12-07 16:35:46 +09:00
README.md Initial commit 2014-12-05 02:39:10 +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 Add some I/O and memory emulation to check Apple2 BASIC 2014-12-07 18:31:41 +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

Applerm-II

Apple II emulator running on ARM Cortex-M0