summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc_lpt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pc_lpt.cpp')
-rw-r--r--src/devices/machine/pc_lpt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pc_lpt.cpp b/src/devices/machine/pc_lpt.cpp
index cd336275dcd..f52e32ab538 100644
--- a/src/devices/machine/pc_lpt.cpp
+++ b/src/devices/machine/pc_lpt.cpp
@@ -46,7 +46,7 @@ void pc_lpt_device::device_reset()
m_cent_ctrl_out->write(m_control);
}
-static MACHINE_CONFIG_FRAGMENT( pc_lpt )
+static MACHINE_CONFIG_START( pc_lpt )
MCFG_CENTRONICS_ADD("centronics", centronics_devices, "printer")
MCFG_CENTRONICS_DATA_INPUT_BUFFER("cent_data_in")
MCFG_CENTRONICS_FAULT_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit3))