mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Added SCSP timer A irq for Main CPU, fixes a booting bug in Jikkyou Oshaberi Parodius (game still not working due of timing bugs)
This commit is contained in:
parent
7a3fd3f102
commit
82e8b9963d
@ -352,6 +352,7 @@ static TIMER_CALLBACK( timerA_cb )
|
||||
scsp->udata.data[0x18/2]|=scsp->TimCnt[0]>>8;
|
||||
|
||||
CheckPendingIRQ(scsp);
|
||||
MainCheckPendingIRQ(scsp, 0x40);
|
||||
}
|
||||
|
||||
static TIMER_CALLBACK( timerB_cb )
|
||||
@ -867,7 +868,7 @@ static void SCSP_UpdateReg(scsp_state *scsp, address_space &space, int reg)
|
||||
scsp->mcieb = scsp->udata.data[0x2a/2];
|
||||
|
||||
MainCheckPendingIRQ(scsp, 0);
|
||||
if(scsp->mcieb & ~0x20)
|
||||
if(scsp->mcieb & ~0x60)
|
||||
popmessage("SCSP MCIEB enabled %04x, contact MAMEdev",scsp->mcieb);
|
||||
break;
|
||||
case 0x2c:
|
||||
|
Loading…
Reference in New Issue
Block a user