1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00
CLK/Machines/Amiga
2022-07-30 21:02:04 -04:00
..
Amiga.cpp Switch to int; attempt to do a better job of initial audio filling. 2022-07-09 13:33:46 -04:00
Amiga.hpp Adds an empty shell of a machine. 2021-07-16 20:30:48 -04:00
Audio.cpp Switch to regular integer types for flags. 2022-07-26 09:22:05 -04:00
Audio.hpp Switch name back to emphasise _async_. 2022-07-16 14:41:04 -04:00
Bitplanes.cpp Move BitplaneShifter adjacent to expand_bitplane_byte. 2021-11-26 18:29:09 -05:00
Bitplanes.hpp Add comments, fix playfield sprite masking. 2022-07-22 17:01:38 -04:00
Blitter.cpp Avoid 'complete' repetition. 2022-07-30 21:02:04 -04:00
Blitter.hpp Attempt a real slot-by-slot blit. 2022-07-30 20:34:37 -04:00
Chipset.cpp Apply blitter priority bit. 2022-07-26 16:07:26 -04:00
Chipset.hpp Switch to regular integer types for flags. 2022-07-26 09:22:05 -04:00
Copper.cpp Undo 8-cycle-if-met WAIT. 2022-03-13 12:47:48 -04:00
Copper.hpp Adds support for the Blitter-busy flag to WAIT and SKIP. 2021-11-27 11:36:15 -05:00
Disk.cpp Silence debugging information. 2022-03-13 12:48:05 -04:00
DMADevice.hpp Switch to regular integer types for flags. 2022-07-26 09:22:05 -04:00
Flags.hpp Switch to regular integer types for flags. 2022-07-26 09:22:05 -04: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 the Amiga to the newer 68000. 2022-06-06 11:10:56 -04: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 Add missing #include. 2022-07-19 21:40:16 -04:00
Sprites.hpp Take a guess at reintroducing a special case for end-of-blank. 2022-07-19 21:25:34 -04:00