mirror of https://github.com/snes9xgit/snes9x.git
Also apply Firepower 2000 scanline timing to Super SWIV (fixes #610)
This commit is contained in:
parent
9e871a29a4
commit
375ba2702a
|
@ -3656,7 +3656,7 @@ void CMemory::ApplyROMFixes (void)
|
|||
// Render Position
|
||||
if (match_na("Sugoro Quest++"))
|
||||
Timings.RenderPos = 128;
|
||||
else if (match_na("FIREPOWER 2000"))
|
||||
else if (match_na("FIREPOWER 2000") || match_na("SUPER SWIV"))
|
||||
Timings.RenderPos = 32;
|
||||
else if (match_na("DERBY STALLION 98"))
|
||||
Timings.RenderPos = 128;
|
||||
|
|
Loading…
Reference in New Issue