(MESS) pipbug : fixed quickload regression

This commit is contained in:
Robbbert 2013-10-17 10:30:20 +00:00
parent ec56482548
commit 77359ba9de

View File

@ -161,7 +161,7 @@ QUICKLOAD_LOAD_MEMBER( pipbug_state, pipbug )
image.message(" Quickload: size=%04X : exec=%04X",quick_length,exec_addr);
// Start the quickload
m_maincpu->set_pc(exec_addr);
m_maincpu->set_state_int(S2650_PC, exec_addr);
result = IMAGE_INIT_PASS;
}