1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 08:28:57 +00:00
CLK/Machines/Amiga
2021-12-02 09:30:52 -05:00
..
Amiga.cpp Adds a pipeline for audio output. 2021-12-01 05:37:58 -05:00
Amiga.hpp
Audio.cpp Add extra notes per errata, plus bonus state code repetitions. 2021-12-02 09:30:52 -05:00
Audio.hpp Attempts audio output. 2021-12-01 06:01:58 -05:00
Bitplanes.cpp Move BitplaneShifter adjacent to expand_bitplane_byte. 2021-11-26 18:29:09 -05:00
Bitplanes.hpp Attempt full implementation of collisions. 2021-11-29 18:39:33 -05:00
Blitter.cpp Fix exclusive fill, sizing, eliminate ECS call-ins. 2021-11-24 17:25:32 -05:00
Blitter.hpp Fix exclusive fill, sizing, eliminate ECS call-ins. 2021-11-24 17:25:32 -05:00
Chipset.cpp Adds a pipeline for audio output. 2021-12-01 05:37:58 -05:00
Chipset.hpp Adds a pipeline for audio output. 2021-12-01 05:37:58 -05:00
Copper.cpp Minor copy improvements. 2021-11-27 11:38:41 -05:00
Copper.hpp Adds support for the Blitter-busy flag to WAIT and SKIP. 2021-11-27 11:36:15 -05:00
Disk.cpp Switches to a synchronous audio state machine; renames advance -> advance_dma. 2021-11-13 15:53:41 -05: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 Avoid posting redundant key events. 2021-11-28 05:31:00 -05:00
Keyboard.hpp Implements clear_all_keys. 2021-11-08 17:49:09 -05:00
MemoryMap.hpp Switch to a default 1mb of Chip RAM. 2021-11-29 16:55:45 -05:00
Minterms.hpp Correct filename. 2021-10-16 05:37:46 -07:00
MouseJoystick.cpp Add missing #include for std::clamp. 2021-11-26 18:08:39 -05:00
MouseJoystick.hpp Move mouse and joystick into a separate file, give a common parent. 2021-11-26 17:50:47 -05:00
Sprites.cpp Sprites: avoid magic constants, ensure proper DMA resumption. 2021-11-26 16:02:18 -05:00
Sprites.hpp Move sprites into their own source file. 2021-11-26 15:30:31 -05:00