CDROM: Implement get version and getstat commands

This commit is contained in:
Connor McLaughlin
2019-09-17 22:18:58 +10:00
parent b951f27381
commit e3c6035152
8 changed files with 159 additions and 12 deletions

View File

@ -292,6 +292,8 @@ void GPU::Execute(TickCount ticks)
// start the new frame
m_system->IncrementFrameNumber();
m_crtc_state.current_scanline = 0;
m_crtc_state.in_hblank = false;
m_crtc_state.in_vblank = false;
if (m_GPUSTAT.vertical_resolution)
m_GPUSTAT.drawing_even_line ^= true;