summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/prof180x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/prof180x.c')
-rw-r--r--src/mess/drivers/prof180x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/prof180x.c b/src/mess/drivers/prof180x.c
index bb96eb6fe7c..39ecd968d0a 100644
--- a/src/mess/drivers/prof180x.c
+++ b/src/mess/drivers/prof180x.c
@@ -254,7 +254,7 @@ static MACHINE_CONFIG_START( prof180x, prof180x_state )
MCFG_FLOPPY_DRIVE_ADD(FDC9268_TAG ":3", prof180x_floppies, "35dd", floppy_image_device::default_floppy_formats)
//MCFG_RTC8583_ADD(MK3835_TAG, rtc_intf)
- 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)