summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/adam/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/adam/ide.c')
-rw-r--r--src/emu/bus/adam/ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/adam/ide.c b/src/emu/bus/adam/ide.c
index 8b8772b3292..0eb1dd087ea 100644
--- a/src/emu/bus/adam/ide.c
+++ b/src/emu/bus/adam/ide.c
@@ -65,7 +65,7 @@ const rom_entry *powermate_ide_device::device_rom_region() const
//-------------------------------------------------
static MACHINE_CONFIG_FRAGMENT( adam_ata )
MCFG_ATA_INTERFACE_ADD(ATA_TAG, ata_devices, "hdd", NULL, false)
- MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_devices, "printer")
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", CENTRONICS_TAG)
MACHINE_CONFIG_END