diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index fa2c5221d..76db9c97a 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -430,7 +430,7 @@ class KeyboardController { pic_.apply_edge<1>(false); [[fallthrough]]; case Mode::Reset: - reset_delay_ = 5; // Arbitrarily. + reset_delay_ = 15; // Arbitrarily. break; } }