(MESS) abc80: Fixed typo. (nw)

This commit is contained in:
Curt Coder 2015-04-07 09:35:44 +03:00
parent c186a6c02c
commit 225a410b29

View File

@ -334,8 +334,8 @@ static MACHINE_CONFIG_FRAGMENT( luxor_55_10828 )
MCFG_Z80PIO_OUT_INT_CB(INPUTLINE(Z80_TAG, INPUT_LINE_IRQ0))
MCFG_Z80PIO_IN_PA_CB(READ8(luxor_55_10828_device, pio_pa_r))
MCFG_Z80PIO_OUT_PA_CB(WRITE8(luxor_55_10828_device, pio_pa_w))
MCFG_Z80PIO_IN_PA_CB(READ8(luxor_55_10828_device, pio_pb_r))
MCFG_Z80PIO_OUT_PA_CB(WRITE8(luxor_55_10828_device, pio_pb_w))
MCFG_Z80PIO_IN_PB_CB(READ8(luxor_55_10828_device, pio_pb_r))
MCFG_Z80PIO_OUT_PB_CB(WRITE8(luxor_55_10828_device, pio_pb_w))
MCFG_MB8876x_ADD(MB8876_TAG, XTAL_4MHz/2)
MCFG_WD_FDC_INTRQ_CALLBACK(WRITELINE(luxor_55_10828_device, fdc_intrq_w))