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 9e0b0dd49a..eba5ebf9b5 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -147,7 +147,7 @@ static const GameSpecificSettings simon2mac_settings = { }; static const GameSpecificSettings simon2dos_settings = { - 1, // VGA_DELAY_BASE + 5, // VGA_DELAY_BASE 1580 / 4, // TABLE_INDEX_BASE 1500 / 4, // TEXT_INDEX_BASE 75, // NUM_VIDEO_OP_CODES |