mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
(MESS) abc80: Fixed typo. (nw)
This commit is contained in:
parent
c186a6c02c
commit
225a410b29
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user