Skip to content

Commit

Permalink
cdicdic: Fix restarting audio_map after stopping it
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamy committed Nov 17, 2024
1 parent c75845b commit 2c1bd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/philips/cdicdic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c1bd84

Please sign in to comment.