summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mc1502.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/mc1502.c')
-rw-r--r--src/mess/drivers/mc1502.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/mc1502.c b/src/mess/drivers/mc1502.c
index a96b14ffc57..6909d05b61d 100644
--- a/src/mess/drivers/mc1502.c
+++ b/src/mess/drivers/mc1502.c
@@ -295,7 +295,7 @@ static MACHINE_CONFIG_START( mc1502, mc1502_state )
MCFG_SOUND_ADD("speaker", SPEAKER_SOUND, 0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
- MCFG_CENTRONICS_ADD("centronics", centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD("centronics", centronics_devices, "printer")
MCFG_CENTRONICS_ACK_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit6))
MCFG_CENTRONICS_BUSY_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit7))
MCFG_CENTRONICS_FAULT_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit4))