This commit is contained in:
tomcw
2025-02-09 21:56:05 +00:00
parent 287a0f892e
commit fa181922f0
+4 -4
View File
@@ -742,10 +742,10 @@ void SSI263::RepeatPhoneme(void)
m_currentActivePhoneme &= PHONEME_MASK; // Clear kPhonemeLeadoutFlag
}
// else // GH#1318 - remove for now, as TR v5.1 can start with repeating phoneme in debugger 'g' mode!
// {
// Play(m_Votrax2SSI263[m_votraxPhoneme]); // Votrax phoneme repeats too (tested in MAME 0.262)
// }
else
{
Play(m_Votrax2SSI263[m_votraxPhoneme]); // Votrax phoneme repeats too (tested in MAME 0.262)
}
}
//-----------------------------------------------------------------------------