Commit Graph

30 Commits

Author SHA1 Message Date
Ivan Izaguirre cccb0583db Support for the Saturn 128KB card 2019-05-17 09:54:49 +02:00
Ivan Izaguirre 948dc6aab4 Support for the 16KB language card 2019-05-16 22:55:19 +02:00
Ivan Izaguirre c4f7a7e709 Rework of the memory manager. No longer based on pages, but on bigger go byte ranges 2019-05-16 22:51:04 +02:00
Ivan Izaguirre 51c7a8cb57 Use ioutil.ReadFile() 2019-05-15 16:01:04 +02:00
Ivan Izaguirre 23ba372a25 Automatic fast mode while disks are spinning 2019-05-10 18:07:36 +02:00
Ivan Izaguirre e449ccd907 Crude sound support 2019-05-10 00:09:15 +02:00
Ivan Izaguirre 6fca02da6b F6 to toggle mono/color modes 2019-05-05 13:25:45 +02:00
Ivan Izaguirre f2c935305b F5 to toggle fast/slow mode 2019-05-05 12:38:24 +02:00
Ivan Izaguirre 78ff401ff0 CPU clock speed emulation 2019-05-04 19:49:11 +02:00
Ivan Izaguirre 240cfbae9b Screen dumped on the stdout no longer by default 2019-05-03 22:00:48 +02:00
Ivan Izaguirre 2cd3ed3a48 Support for text mode rendering 2019-04-21 21:04:02 +02:00
Ivan Izaguirre 05355749f3 Command line arguments 2019-04-15 23:13:05 +02:00
Ivan Izaguirre 5e718cdbe2 Improve non-stdin case 2019-04-14 13:06:35 +02:00
Ivan Izaguirre b775526b34 Improved keyboard support wih SDL 2019-04-13 20:29:31 +02:00
Ivan Izaguirre 62608d2e38 Code to support DSK format disk images, not working yet 2019-03-11 00:12:34 +01:00
Ivan Izaguirre cc45403b43 Boots DOS 3.3 using nib format 2019-03-05 00:00:12 +01:00
Ivan Izaguirre 84f45d9f99 First changes for disk support 2019-03-02 20:41:25 +01:00
Ivan Izaguirre 5b186f9b15 Extract components from the memory manager 2019-03-02 18:33:50 +01:00
Ivan Izaguirre 55ad73d01d Reorg 6502 files. Count cycles. Pending extra cycles on page change. 2019-02-28 23:54:38 +01:00
Ivan Izaguirre ac73b8823c Observers on memory pages. Text memory is now regular RAM with an observer 2019-02-25 23:28:26 +01:00
Ivan Izaguirre 590dfb5cec Separate read and write soft switches. Keyboard works now in Apple2e. Extended char set 2019-02-24 23:54:13 +01:00
Ivan Izaguirre 69cc4d15d5 Refactor ioC0Page 2019-02-24 15:05:50 +01:00
Ivan Izaguirre d2c897f7ea Improved memory manager to support Apple2e shadow ROM 2019-02-24 00:41:32 +01:00
Ivan Izaguirre a28536d561 Changes on the memory abstractions to support memory bank switching 2019-02-22 22:19:08 +01:00
Ivan Izaguirre 922ae7839e Abstract Memory with FlatMemory and PagedMemory implementations 2019-02-22 18:00:53 +01:00
Ivan Izaguirre 49ea32b84d Support for FLASH and INVERSE. Extract text display code to the ANSI frontend 2019-02-22 00:21:17 +01:00
Ivan Izaguirre 5172919649 Extract stdin keyboard implementation from the io page simulator 2019-02-20 23:51:47 +01:00
Ivan Izaguirre 3fca4ed170 Set minimum screen refresh time as 100ms 2019-02-18 00:00:39 +01:00
Ivan Izaguirre 819c9f7eb9 Improved console output redrawing the screen in place 2019-02-16 20:32:50 +01:00
Ivan Izaguirre 33ccf5e4c3 Project files organization. Second commit wuth the file changes 2019-02-16 20:15:41 +01:00