summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/econet/e01.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/econet/e01.c')
-rw-r--r--src/emu/bus/econet/e01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/econet/e01.c b/src/emu/bus/econet/e01.c
index d2874048db0..45f17d72b21 100644
--- a/src/emu/bus/econet/e01.c
+++ b/src/emu/bus/econet/e01.c
@@ -259,7 +259,7 @@ static MACHINE_CONFIG_FRAGMENT( e01 )
MCFG_FLOPPY_DRIVE_ADD(WD2793_TAG":0", e01_floppies, "35dd", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD(WD2793_TAG":1", e01_floppies, "35dd", floppy_image_device::default_floppy_formats)
- MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_devices, "printer")
MCFG_CENTRONICS_ACK_HANDLER(DEVWRITELINE(R6522_TAG, via6522_device, write_ca1))
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", CENTRONICS_TAG)