Apple 2 Emulator in Go
Go to file
Will Angenent 5d1c25a724 Added MMU and WIP rudimentary apple //e boot test
Basic memory management has been implemented since $c100-$cfff needs flipping
with soft switches during Apple //e boot. All memory reads & writes now go
through the MMU. Memory is also dynamically allocated and associated with the
CPU state.
2018-05-08 21:48:56 +01:00
cmd Added MMU and WIP rudimentary apple //e boot test 2018-05-08 21:48:56 +01:00
cpu Added MMU and WIP rudimentary apple //e boot test 2018-05-08 21:48:56 +01:00
mmu Added MMU and WIP rudimentary apple //e boot test 2018-05-08 21:48:56 +01:00
utils Added MMU and WIP rudimentary apple //e boot test 2018-05-08 21:48:56 +01:00
.gitignore Added MMU and WIP rudimentary apple //e boot test 2018-05-08 21:48:56 +01:00
6502_functional_test.a65 Initial commit 2018-05-03 12:30:07 +01:00
6502_functional_test.bin.gz Initial commit 2018-05-03 12:30:07 +01:00
6502_interrupt_test.a65 Added IRQ/BRK/NMI support + tests 2018-05-07 21:56:40 +01:00
6502_interrupt_test.bin.gz Added IRQ/BRK/NMI support + tests 2018-05-07 21:56:40 +01:00
6502_interrupt_test.lst Added IRQ/BRK/NMI support + tests 2018-05-07 21:56:40 +01:00
pr-latin1.png Initial commit 2018-05-03 12:30:07 +01:00