CDROM: Clear data FIFO on reset

Fixes Snatcher booting.
pull/1084/head
Connor McLaughlin 4 years ago
parent bc98b2470c
commit 3890a539ee

@ -1569,6 +1569,7 @@ void CDROM::DoResetComplete(TickCount ticks_late)
m_secondary_status.motor_on = CanReadMedia();
m_mode.bits = 0;
m_mode.read_raw_sector = true;
m_data_fifo.Clear();
if (!CanReadMedia())
{

Loading…
Cancel
Save