test fix for nam1975 on neogeo using alt.bioses

This commit is contained in:
dinkc64 2019-03-08 21:34:51 -05:00
parent c1b9a45a63
commit 4478139a6b
1 changed files with 1 additions and 1 deletions

View File

@ -1862,7 +1862,7 @@ static inline void SendSoundCommand(const UINT8 nCommand)
if (bSoundNMIEnabled) ZetNmi();
#if 1 && defined USE_SPEEDHACKS
neogeoSynchroniseZ80((s1945pmode) ? 0x60 : 0x0200);
neogeoSynchroniseZ80(0x64);
#endif
}