1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 23:29:06 +00:00
CLK/Machines/Amiga
Thomas Harte c0c2b5e3a9 Post key actions to the nominated serial line.
Albeit that I'm still thinking through whether I want the option of including a clock on Serial::Line. It'd be natural in one sense — there's already one built in — but might weaken Serial::Line's claim to be a one-stop shop for both enqueued and real-time connections without a reasonable bit of extra work.
2021-11-06 12:03:09 -07:00
..
Amiga.cpp Post key actions to the nominated serial line. 2021-11-06 12:03:09 -07:00
Amiga.hpp Adds an empty shell of a machine. 2021-07-16 20:30:48 -04:00
Blitter.cpp Performs a first implementation of fill mode. 2021-10-31 14:36:31 -07:00
Blitter.hpp Implement bitplane modulos. 2021-10-29 11:29:22 -07:00
Chipset.cpp Post key actions to the nominated serial line. 2021-11-06 12:03:09 -07:00
Chipset.hpp Post key actions to the nominated serial line. 2021-11-06 12:03:09 -07:00
Copper.cpp Switches bitplane shifter to returning four high-res pixels at a time. 2021-10-25 13:34:36 -07:00
Copper.hpp Moves the Copper into its own file. 2021-09-16 21:17:23 -04:00
Disk.cpp Attempt implementation of disk sync. 2021-11-02 18:18:59 -07:00
DMADevice.hpp Implement bitplane modulos. 2021-10-29 11:29:22 -07:00
Flags.hpp Add end-of-Blit interrupt. 2021-10-13 15:09:19 -07:00
Keyboard.cpp Post key actions to the nominated serial line. 2021-11-06 12:03:09 -07:00
Keyboard.hpp Post key actions to the nominated serial line. 2021-11-06 12:03:09 -07:00
MemoryMap.hpp Moves the CIAs into the Chipset class. 2021-10-04 06:44:54 -07:00
Minterms.hpp Correct filename. 2021-10-16 05:37:46 -07:00