CDROM: Delay the first CDDA report by one second

Needs hardware testing...
This commit is contained in:
Connor McLaughlin
2020-03-09 00:01:28 +10:00
parent 776159265a
commit e98c753d3d
3 changed files with 7 additions and 3 deletions

View File

@ -264,6 +264,7 @@ private:
CDXA::XASubHeader m_last_sector_subheader{};
CDImage::SubChannelQ m_last_subq{};
u8 m_last_cdda_report_frame_nibble = 0xFF;
u8 m_cdda_report_delay = 0x00;
u8 m_play_track_number_bcd = 0xFF;
u8 m_async_command_parameter = 0x00;