mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-04-10 19:15:14 +00:00
CDROM: Clear data FIFO on reset
Fixes Snatcher booting.
This commit is contained in:
parent
bc98b2470c
commit
3890a539ee
|
@ -1569,6 +1569,7 @@ void CDROM::DoResetComplete(TickCount ticks_late)
|
||||||
m_secondary_status.motor_on = CanReadMedia();
|
m_secondary_status.motor_on = CanReadMedia();
|
||||||
m_mode.bits = 0;
|
m_mode.bits = 0;
|
||||||
m_mode.read_raw_sector = true;
|
m_mode.read_raw_sector = true;
|
||||||
|
m_data_fifo.Clear();
|
||||||
|
|
||||||
if (!CanReadMedia())
|
if (!CanReadMedia())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue