1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Erase done TODO.

This commit is contained in:
Thomas Harte 2023-12-28 15:07:39 -05:00
parent 9344f6a824
commit ffb992d04a

View File

@ -280,7 +280,6 @@ template <Analyser::Static::AppleII::Target::Model model> class ConcreteMachine:
} }
bool set_key_pressed(Key key, char value, bool is_pressed, bool is_repeat) final { bool set_key_pressed(Key key, char value, bool is_pressed, bool is_repeat) final {
// TODO: unless a repeat key is pressed or this is a IIe.
if constexpr (!is_iie()) { if constexpr (!is_iie()) {
if(is_repeat && !repeat_is_pressed) return true; if(is_repeat && !repeat_is_pressed) return true;
} }