diff --git a/src/core/gpu.cpp b/src/core/gpu.cpp index 01ab9c7f8..f02d9b0b6 100644 --- a/src/core/gpu.cpp +++ b/src/core/gpu.cpp @@ -972,7 +972,7 @@ void GPU::WriteGP1(u32 value) { SynchronizeCRTC(); m_crtc_state.regs.display_address_start = new_value; - UpdateCRTCConfig(); + UpdateCRTCDisplayParameters(); } } break;