izapple2/apple2
Ivan Izaguirre 8233b99e43 Experimental cards: Logger and InOut 2019-05-18 23:42:27 +02:00
..
romdumps Support for the 16KB language card 2019-05-16 22:55:19 +02:00
ansiConsoleFrontend.go Rework of the memory manager. No longer based on pages, but on bigger go byte ranges 2019-05-16 22:51:04 +02:00
ansiConsoleFrontend_test.go Separate read and write soft switches. Keyboard works now in Apple2e. Extended char set 2019-02-24 23:54:13 +01:00
apple2.go Experimental cards: Logger and InOut 2019-05-18 23:42:27 +02:00
apple2Setup.go Experimental cards: Logger and InOut 2019-05-18 23:42:27 +02:00
cardBase.go Improve the expansion card abstraction 2019-05-18 16:43:51 +02:00
cardDisk2.go Improve the expansion card abstraction 2019-05-18 16:43:51 +02:00
cardInOut.go Experimental cards: Logger and InOut 2019-05-18 23:42:27 +02:00
cardLanguage.go Improve the expansion card abstraction 2019-05-18 16:43:51 +02:00
cardLogger.go Experimental cards: Logger and InOut 2019-05-18 23:42:27 +02:00
cardSaturn.go Improve the expansion card abstraction 2019-05-18 16:43:51 +02:00
characterGenerator.go Use ioutil.ReadFile() 2019-05-15 16:01:04 +02:00
diskette16sector.go Rework of the memory manager. No longer based on pages, but on bigger go byte ranges 2019-05-16 22:51:04 +02:00
ioC0Page.go Support for state snapshots. F7 to save, F8 to load 2019-05-17 23:28:20 +02:00
memoryManager.go Support for state snapshots. F7 to save, F8 to load 2019-05-17 23:28:20 +02:00
memoryRange.go Support for state snapshots. F7 to save, F8 to load 2019-05-17 23:28:20 +02:00
screen.go Lores mode using NTCS signal, showing artifacts 2019-05-13 00:17:31 +02:00
screenHiRes.go Rework of the memory manager. No longer based on pages, but on bigger go byte ranges 2019-05-16 22:51:04 +02:00
screenHiRes_test.go Support for lores graphics, per specs, no artifcats 2019-05-12 19:22:32 +02:00
screenLoRes.go Lores mode using NTCS signal, showing artifacts 2019-05-13 00:17:31 +02:00
screenNtscFilter.go Support for lores graphics, per specs, no artifcats 2019-05-12 19:22:32 +02:00
screenText.go Rework of the memory manager. No longer based on pages, but on bigger go byte ranges 2019-05-16 22:51:04 +02:00
softSwitches2.go Crude sound support 2019-05-10 00:09:15 +02:00
softSwitches2e.go Support for state snapshots. F7 to save, F8 to load 2019-05-17 23:28:20 +02:00