BIOS: Turn display on with fast boot

Fixes black screen in SaGa Frontier with fast boot disabled.
This commit is contained in:
Connor McLaughlin
2020-11-10 21:35:03 +10:00
parent d468814a6d
commit 6cd991bc57
2 changed files with 7 additions and 4 deletions

View File

@ -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