mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) binbug, cd2650 : fix quickload regression
This commit is contained in:
parent
f1565d9091
commit
f8e900fc0e
@ -281,7 +281,7 @@ QUICKLOAD_LOAD_MEMBER( binbug_state, binbug )
|
||||
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;
|
||||
}
|
||||
|
@ -271,7 +271,7 @@ QUICKLOAD_LOAD_MEMBER( cd2650_state, cd2650 )
|
||||
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