mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:15:46 -04:00
BIOS: Turn display on with fast boot
Fixes black screen in SaGa Frontier with fast boot disabled.
This commit is contained in:
@ -483,9 +483,9 @@ restart_instruction:
|
||||
const Instruction inst = g_state.current_instruction;
|
||||
|
||||
#if 0
|
||||
if (g_state.m_current_instruction_pc == 0x80010000)
|
||||
if (g_state.current_instruction_pc == 0x80030000)
|
||||
{
|
||||
LOG_EXECUTION = true;
|
||||
TRACE_EXECUTION = true;
|
||||
__debugbreak();
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user