From 611ae96b3916cb198d144cad8b295908b730b970 Mon Sep 17 00:00:00 2001 From: smf- Date: Fri, 29 Mar 2013 22:47:25 +0000 Subject: [PATCH] (MESS) Makes sure the first instruction of cpe/psx/psf files will be executed. [smf] --- src/mess/drivers/psx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mess/drivers/psx.c b/src/mess/drivers/psx.c index 1ad40ed4138..86c1a7c15ef 100644 --- a/src/mess/drivers/psx.c +++ b/src/mess/drivers/psx.c @@ -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 {