mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
(MESS) Makes sure the first instruction of cpe/psx/psf files will be executed. [smf]
This commit is contained in:
parent
6b6d43ab92
commit
611ae96b39
@ -436,6 +436,8 @@ DIRECT_UPDATE_MEMBER(psx1_state::psx_setopbase)
|
||||
/* DEBUGGER_BREAK; */
|
||||
|
||||
address = cpu->state_int( PSXCPU_PC );
|
||||
cpu->set_state_int( PSXCPU_DELAYR, PSXCPU_DELAYR_PC );
|
||||
cpu->set_state_int( PSXCPU_DELAYV, address );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user