summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vtech/ioexp/printer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/vtech/ioexp/printer.c')
-rw-r--r--src/emu/bus/vtech/ioexp/printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/vtech/ioexp/printer.c b/src/emu/bus/vtech/ioexp/printer.c
index c4b5c7735f4..b3342d54a0a 100644
--- a/src/emu/bus/vtech/ioexp/printer.c
+++ b/src/emu/bus/vtech/ioexp/printer.c
@@ -25,7 +25,7 @@ const device_type PRINTER_INTERFACE = &device_creator<printer_interface_device>;
//-------------------------------------------------
static MACHINE_CONFIG_FRAGMENT( printer_interface )
- MCFG_CENTRONICS_ADD("centronics", centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD("centronics", centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(printer_interface_device, busy_w))
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("latch", "centronics")
MACHINE_CONFIG_END