summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/trs80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/trs80.c')
-rw-r--r--src/mess/drivers/trs80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/trs80.c b/src/mess/drivers/trs80.c
index 56b42ee6376..606b9df4a45 100644
--- a/src/mess/drivers/trs80.c
+++ b/src/mess/drivers/trs80.c
@@ -601,7 +601,7 @@ static MACHINE_CONFIG_DERIVED( model1, trs80 ) // model I, level II
MCFG_LEGACY_FLOPPY_4_DRIVES_ADD(trs80_floppy_interface)
- MCFG_CENTRONICS_ADD("centronics", centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD("centronics", centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit7))
MCFG_CENTRONICS_PERROR_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit6))
MCFG_CENTRONICS_SELECT_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit5))