Apple 2 Emulator in Go
Go to file
2018-05-09 19:32:38 +01:00
cmd Renamed InitDisasm to InitInstructionDecoder 2018-05-09 19:32:38 +01:00
cpu Renamed InitDisasm to InitInstructionDecoder 2018-05-09 19:32:38 +01:00
keyboard Added keyboard controller 2018-05-09 15:42:31 +01:00
mmu Refactored memory read/write to MMU 2018-05-09 19:31:15 +01:00
system Refactored memory read/write to MMU 2018-05-09 19:31:15 +01:00
utils Added MMU and WIP rudimentary apple //e boot test 2018-05-08 21:48:56 +01:00
video Made state global, to simplify later refactors 2018-05-09 18:02:57 +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