diff options
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 3f1cc07630..bdc2185dca 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2528,7 +2528,7 @@ void SimonState::o_wait_for_vga(uint a) { processSpecialKeys(); } - delay(1); + delay(10); if (_game & GF_SIMON2) { if (_timer_1 >= 1000) { |