Apple 2 Emulator in Go
Go to file
2018-05-16 10:39:53 +01:00
audio Added some comments to the audio samples calculation 2018-05-15 15:45:06 +01:00
cmd Rearranged files and resurrected CPU test 2018-05-14 23:40:31 +01:00
cpu Added some comments to the audio samples calculation 2018-05-15 15:45:06 +01:00
keyboard Added capslock key, toggable with ctrl-alt-c 2018-05-12 13:59:43 +01:00
mmu Added monochrome hires mode 2018-05-15 21:56:16 +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 Added monochrome hires mode 2018-05-15 21:56:16 +01:00
.gitignore Added dos33 boot test for benchmarking purposes 2018-05-14 23:23:01 +01:00
appleiie.go Added some comments to the audio samples calculation 2018-05-15 15:45:06 +01:00
bell_test.go Added some comments to the audio samples calculation 2018-05-15 15:45:06 +01:00
dos33_boot_test.go Ensure DOS actually boots in boot test 2018-05-16 10:39:53 +01:00