diff options
Diffstat (limited to 'src/emu/cpu/powerpc/ppccom.c')
-rw-r--r-- | src/emu/cpu/powerpc/ppccom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/powerpc/ppccom.c b/src/emu/cpu/powerpc/ppccom.c index e61f5776378..e1d88431a59 100644 --- a/src/emu/cpu/powerpc/ppccom.c +++ b/src/emu/cpu/powerpc/ppccom.c @@ -1656,7 +1656,7 @@ static TIMER_CALLBACK( ppc4xx_spu_callback ) { /* if we have a transmit handler, send it that way */ if (ppc->spu.tx_handler != NULL) - (*ppc->spu.tx_handler)(ppc->spu.txbuf); + (*ppc->spu.tx_handler)(ppc->device, ppc->spu.txbuf); /* indicate that we have moved it to the shift register */ ppc->spu.regs[SPU4XX_LINE_STATUS] |= 0x04; |