summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/null_modem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/null_modem.cpp')
-rw-r--r--src/devices/bus/rs232/null_modem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/null_modem.cpp b/src/devices/bus/rs232/null_modem.cpp
index bec7b68016f..5f92381ee62 100644
--- a/src/devices/bus/rs232/null_modem.cpp
+++ b/src/devices/bus/rs232/null_modem.cpp
@@ -22,7 +22,7 @@ null_modem_device::null_modem_device(const machine_config &mconfig, const char *
{
}
-static MACHINE_CONFIG_FRAGMENT(null_modem)
+static MACHINE_CONFIG_START(null_modem)
MCFG_DEVICE_ADD("stream", BITBANGER, 0)
MACHINE_CONFIG_END