summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/printer.cpp')
-rw-r--r--src/devices/bus/comx35/printer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/comx35/printer.cpp b/src/devices/bus/comx35/printer.cpp
index 4a9ced09f17..57f477274d3 100644
--- a/src/devices/bus/comx35/printer.cpp
+++ b/src/devices/bus/comx35/printer.cpp
@@ -52,10 +52,10 @@ const tiny_rom_entry *comx_prn_device::device_rom_region() const
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( comx_prn )
+// MACHINE_CONFIG_START( comx_prn )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( comx_prn )
+static MACHINE_CONFIG_START( comx_prn )
MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_devices, "printer")
MCFG_CENTRONICS_ACK_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit0))
MCFG_CENTRONICS_BUSY_HANDLER(DEVWRITELINE("cent_status_in", input_buffer_device, write_bit1))