Commit Graph

93 Commits

Author SHA1 Message Date
Ivan Izaguirre 343df8a554 Embed default resources in the executable 2019-06-01 20:06:44 +02:00
Ivan Izaguirre f9d213a806 Project reorg. Separate executables for the SDL and console versions 2019-06-01 17:11:25 +02:00
Ivan Izaguirre cf4a7e2115 Keyboard remap for more natural use. Host backspace in back arrow and host del is delete 2019-05-24 00:41:43 +02:00
Ivan Izaguirre 3b07b77ea2 Support for disk writes in memory. Not persisted to host disk 2019-05-24 00:33:45 +02:00
Ivan Izaguirre 8233b99e43 Experimental cards: Logger and InOut 2019-05-18 23:42:27 +02:00
Ivan Izaguirre 684c8f7172 Improve the expansion card abstraction 2019-05-18 16:43:51 +02:00
Ivan Izaguirre cb21a1fefc Support for state snapshots. F7 to save, F8 to load 2019-05-17 23:28:20 +02:00
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 9fa6b4d1c0 Lores mode using NTCS signal, showing artifacts 2019-05-13 00:17:31 +02:00
Ivan Izaguirre ca38abd3d7 Support for lores graphics, per specs, no artifcats 2019-05-12 19:22:32 +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 9247ae02af Reset NTSC signal on each line 2019-05-05 12:51:30 +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 f80b635ff1 Support for mixed graph mode 2019-05-03 21:45:29 +02:00
Ivan Izaguirre c8c5ab9fd6 Split of screen.go 2019-05-03 20:09:53 +02:00
Ivan Izaguirre 847dbbc8bf Build the NTSC color while the signal arrives and not every 4 bits 2019-05-03 20:01:23 +02:00
Ivan Izaguirre 362081ff6e Initial NTSC emulation. Color as a filter on top of monochrome with half pixels 2019-05-03 18:19:57 +02:00
Ivan Izaguirre ba6faa0203 Support for half pixel shifts on hgr mono 2019-05-02 12:21:07 +02:00
Ivan Izaguirre 90250cdf3e Support for inverse and flash in text mode 2019-05-01 17:59:46 +02:00
Ivan Izaguirre 9fcd499241 Improved CRT sumulation. P1 phosphor green and vertical line separation. 2019-05-01 16:54:53 +02:00
Ivan Izaguirre fc3754159f Support color graphics. As defined in the Reference Manual, no artifacts. 2019-04-28 00:13:34 +02:00
Ivan Izaguirre 1196890c18 Support monochrome graphics 2019-04-26 18:08:30 +02:00
Ivan Izaguirre d4d47f3968 Render text mode into SDL window 2019-04-22 00:18:14 +02:00
Ivan Izaguirre 2cd3ed3a48 Support for text mode rendering 2019-04-21 21:04:02 +02:00
Ivan Izaguirre 016e1ea875 Character map roms initial support 2019-04-21 18:18:43 +02:00
Ivan Izaguirre 05355749f3 Command line arguments 2019-04-15 23:13:05 +02:00
Ivan Izaguirre 9ab4e449b8 Revert change on keyboard strobe, use it for flow control on the stdin keyboard provider 2019-04-14 20:46:40 +02:00
Ivan Izaguirre 5e718cdbe2 Improve non-stdin case 2019-04-14 13:06:35 +02:00
Ivan Izaguirre 1247d58912 Fix keyboard strobe behaviour 2019-04-14 12:54:11 +02:00
Ivan Izaguirre b775526b34 Improved keyboard support wih SDL 2019-04-13 20:29:31 +02:00
Ivan Izaguirre 2ca630ddfc DSK conversion to NIB completed and working. 2019-03-11 23:27:34 +01: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 6babe07ea6 Some work on the DiskII 2019-03-03 23:54:43 +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 645c37049f Apple IIe rom boots with all the ROM shadowing in place. 2019-02-24 14:37:10 +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