(MESS) Makes sure the first instruction of cpe/psx/psf files will be executed. [smf]

This commit is contained in:
smf- 2013-03-29 22:47:25 +00:00
parent 6b6d43ab92
commit 611ae96b39

View File

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