Previous 199869 Revisions Next

r21330 Friday 22nd February, 2013 at 19:46:38 UTC by Angelo Salese
Added SCSP timer A irq for Main CPU, fixes a booting bug in Jikkyou Oshaberi Parodius (game still not working due of timing bugs)
[src/emu/sound]scsp.c

trunk/src/emu/sound/scsp.c
r21329r21330
352352   scsp->udata.data[0x18/2]|=scsp->TimCnt[0]>>8;
353353
354354   CheckPendingIRQ(scsp);
355   MainCheckPendingIRQ(scsp, 0x40);
355356}
356357
357358static TIMER_CALLBACK( timerB_cb )
r21329r21330
867868         scsp->mcieb = scsp->udata.data[0x2a/2];
868869
869870         MainCheckPendingIRQ(scsp, 0);
870         if(scsp->mcieb & ~0x20)
871         if(scsp->mcieb & ~0x60)
871872            popmessage("SCSP MCIEB enabled %04x, contact MAMEdev",scsp->mcieb);
872873         break;
873874      case 0x2c:

Previous 199869 Revisions Next


© 1997-2024 The MAME Team