Portable emulator of an Apple ][+ or //e. Written in Go. Runs Total Replay.
Go to file
Ivan Izaguirre 49f2436c7b Refactor memory in pages. Addes text, ram and rom pages 2019-02-13 00:03:43 +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 Refactor memory in pages. Addes text, ram and rom pages 2019-02-13 00:03:43 +01:00
memory.go Refactor memory in pages. Addes text, ram and rom pages 2019-02-13 00:03:43 +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 Refactor memory in pages. Addes text, ram and rom pages 2019-02-13 00:03:43 +01:00