summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ep64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ep64.c')
-rw-r--r--src/mess/drivers/ep64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/ep64.c b/src/mess/drivers/ep64.c
index 4ef1f30fb7c..708c5924860 100644
--- a/src/mess/drivers/ep64.c
+++ b/src/mess/drivers/ep64.c
@@ -521,7 +521,7 @@ static MACHINE_CONFIG_START( ep64, ep64_state )
MCFG_EP64_EXPANSION_BUS_SLOT_NMI_CALLBACK(INPUTLINE(Z80_TAG, INPUT_LINE_NMI))
MCFG_EP64_EXPANSION_BUS_SLOT_WAIT_CALLBACK(INPUTLINE(Z80_TAG, Z80_INPUT_LINE_WAIT))
- MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(ep64_state, write_centronics_busy))
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", CENTRONICS_TAG)