cdicdic: Fix restarting audio map after stopping it (MT #8833) (#12988)

This commit is contained in:
Andre Zeps 2024-11-24 05:47:14 +01:00 committed by GitHub
parent 3feda58639
commit 904d27ff43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -706,7 +706,7 @@ void cdicdic_device::process_audio_map()
else
{
m_decode_addr = 0xffff;
m_audio_sector_counter = m_audio_format_sectors;
m_audio_sector_counter = 0;
}
if (was_decoding)