mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
simon2dos uses different VGA_DELAY_BASE, fixes text disappearing in copy protection.
svn-id: r8264
This commit is contained in:
parent
9be08a55f9
commit
803d53dd4b
@ -147,7 +147,7 @@ static const GameSpecificSettings simon2mac_settings = {
|
||||
};
|
||||
|
||||
static const GameSpecificSettings simon2dos_settings = {
|
||||
5, // VGA_DELAY_BASE
|
||||
1, // VGA_DELAY_BASE
|
||||
1580 / 4, // TABLE_INDEX_BASE
|
||||
1500 / 4, // TEXT_INDEX_BASE
|
||||
75, // NUM_VIDEO_OP_CODES
|
||||
|
Loading…
Reference in New Issue
Block a user