Apple 2 Emulator in Go
Go to file
2018-05-14 23:23:01 +01:00
audio Added dos33 boot test for benchmarking purposes 2018-05-14 23:23:01 +01:00
cmd Added dos33 boot test for benchmarking purposes 2018-05-14 23:23:01 +01:00
cpu moved reset to a better place 2018-05-14 22:49:35 +01:00
keyboard Added capslock key, toggable with ctrl-alt-c 2018-05-12 13:59:43 +01:00
mmu Added very basic audio processing 2018-05-14 10:49:24 +01:00
system Removed unused var 2018-05-14 23:03:12 +01:00
utils Added command line disassembler 2018-05-11 10:03:21 +01:00
video Moved some screen constants to a better place 2018-05-14 22:49:14 +01:00
.gitignore Added dos33 boot test for benchmarking purposes 2018-05-14 23:23:01 +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
dos33_boot_test.go Added dos33 boot test for benchmarking purposes 2018-05-14 23:23:01 +01:00