Apple 2 Emulator in Go
Go to file
2018-05-26 22:27:29 +01:00
audio Added optional click when drive head moves 2018-05-19 10:55:41 +01:00
cmd Added Disassemble utils 2018-05-20 13:45:06 +01:00
cpu Added bank switched upper memory 2018-05-20 14:58:12 +01:00
keyboard Added capslock key, toggable with ctrl-alt-c 2018-05-12 13:59:43 +01:00
mmu Added page switching in text, gr and hgr 2018-05-26 22:27:29 +01:00
system Removed unused var 2018-05-14 23:03:12 +01:00
utils Added Disassemble utils 2018-05-20 13:45:06 +01:00
video Added page switching in text, gr and hgr 2018-05-26 22:27:29 +01:00
.gitignore Updated drive head move logic to handle Prodos's head move logic 2018-05-20 19:55:00 +01:00
appleiie.go Fixed multiple DOS tests not working 2018-05-20 13:45:06 +01:00
bank_switch_test.go Added bank switched upper memory 2018-05-20 14:58:12 +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 Fixed multiple DOS tests not working 2018-05-20 13:45:06 +01:00
io_test.go Added bank switched upper memory 2018-05-20 14:58:12 +01:00
prodos_boot_test.go Fixed aux memory writes that should have been ignored 2018-05-26 13:58:41 +01:00
rwts_write_test.go Fixed multiple DOS tests not working 2018-05-20 13:45:06 +01:00