MB: SC-01: disable phoneme playback repeat. (#1318)

This commit is contained in:
tomcw 2024-07-28 16:29:19 +01:00
parent b371e3436f
commit 95a4f44977

View File

@ -698,8 +698,8 @@ void SSI263::Update(void)
{ {
if (!m_isVotraxPhoneme) if (!m_isVotraxPhoneme)
Play(m_durationPhoneme & PHONEME_MASK); // Repeat this phoneme again Play(m_durationPhoneme & PHONEME_MASK); // Repeat this phoneme again
else // 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) // Play(m_Votrax2SSI263[m_votraxPhoneme]); // Votrax phoneme repeats too (tested in MAME 0.262)
} }
} }