Portable emulator of an Apple ][+ or //e. Written in Go. Runs Total Replay.
Go to file
Ivan Izaguirre 1a6e9e006a Loads ROM, shows APPLE ][ logo. Freezes on . Next to implement the soft switches in page 2019-02-15 00:41:56 +01:00
tests Functional tests 2019-02-12 22:30:35 +01:00
6502functional_test.go Refactor memory in pages. Addes text, ram and rom pages 2019-02-13 00:03:43 +01:00
execute.go Refactor memory in pages. Addes text, ram and rom pages 2019-02-13 00:03:43 +01:00
execute_test.go Refactor memory in pages. Addes text, ram and rom pages 2019-02-13 00:03:43 +01:00
main.go Loads ROM, shows APPLE ][ logo. Freezes on . Next to implement the soft switches in page 2019-02-15 00:41:56 +01:00
memory.go Loads ROM, shows APPLE ][ logo. Freezes on . Next to implement the soft switches in page 2019-02-15 00:41:56 +01:00
registers.go Handle the virtual bits 5 and 4 when pushing P to the stack 2019-02-03 01:38:36 +01:00
registers_test.go Flags updated 2019-01-27 23:03:08 +01:00
textPages.go Loads ROM, shows APPLE ][ logo. Freezes on . Next to implement the soft switches in page 2019-02-15 00:41:56 +01:00