1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-06 10:38:16 +00:00

Extend amount of time it takes keyboard to reset.

This commit is contained in:
Thomas Harte 2023-12-10 22:44:24 -05:00
parent 04d75a3ab8
commit 7b9cc2332e

View File

@ -430,7 +430,7 @@ class KeyboardController {
pic_.apply_edge<1>(false);
[[fallthrough]];
case Mode::Reset:
reset_delay_ = 5; // Arbitrarily.
reset_delay_ = 15; // Arbitrarily.
break;
}
}