mirror of
https://github.com/holub/mame
synced 2025-05-13 09:28:13 +03:00
excali64.c: fixed mess debug build validation (nw)
This commit is contained in:
parent
f19ef3e207
commit
ec5532be71
@ -681,8 +681,8 @@ static MACHINE_CONFIG_START( excali64, excali64_state )
|
||||
MCFG_TTL74123_OUTPUT_CHANGED_CB(WRITE8(excali64_state, motor_w))
|
||||
|
||||
MCFG_CENTRONICS_ADD("centronics", centronics_devices, "printer")
|
||||
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", "centronics")
|
||||
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(excali64_state, cent_busy_w))
|
||||
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", "centronics")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
/* ROM definition */
|
||||
|
Loading…
Reference in New Issue
Block a user