mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
(MESS) pipbug : fixed quickload regression
This commit is contained in:
parent
ec56482548
commit
77359ba9de
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user