1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00
CLK/Machines/Amiga
Thomas Harte 5c7f94d2ef Introduce the possibility of operation type as a template parameter.
It's already proven possible to provide this for instruction fetch, so I think it'll immediately be a win. But more importantly it opens a path forwards for further improvement.
2023-11-27 11:48:34 -05:00
..
Amiga.cpp Introduce the possibility of operation type as a template parameter. 2023-11-27 11:48:34 -05:00
Amiga.hpp
Audio.cpp
Audio.hpp
Bitplanes.cpp
Bitplanes.hpp
Blitter.cpp
Blitter.hpp
BlitterSequencer.hpp Factor out the blitter sequencer. 2022-08-19 16:38:15 -04:00
Chipset.cpp
Chipset.hpp
Copper.cpp
Copper.hpp Adds support for the Blitter-busy flag to WAIT and SKIP. 2021-11-27 11:36:15 -05:00
Disk.cpp
DMADevice.hpp
Flags.hpp
Keyboard.cpp
Keyboard.hpp
MemoryMap.hpp
Minterms.hpp
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