Add watchdog case to mazingerWriteWord() to prevent debug scrollyosis

This commit is contained in:
dinkc64 2014-07-14 12:15:05 +00:00
parent 78c213445c
commit 6026d2cb7f
1 changed files with 3 additions and 1 deletions

View File

@ -166,7 +166,9 @@ void __fastcall mazingerWriteWord(UINT32 sekAddress, UINT16 wordValue)
// CaveSpriteBuffer(); // CaveSpriteBuffer();
nCaveSpriteBank = wordValue; nCaveSpriteBank = wordValue;
return; return;
case 0x300068:
// Watchdog reset(?)
return;
case 0x30006e: case 0x30006e:
SoundLatch = wordValue; SoundLatch = wordValue;
SoundLatchStatus |= 0x0C; SoundLatchStatus |= 0x0C;