summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/graphlinkhle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/graphlinkhle.cpp')
-rw-r--r--src/devices/bus/ti8x/graphlinkhle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti8x/graphlinkhle.cpp b/src/devices/bus/ti8x/graphlinkhle.cpp
index a47f7ef5341..7a0b2e0a87b 100644
--- a/src/devices/bus/ti8x/graphlinkhle.cpp
+++ b/src/devices/bus/ti8x/graphlinkhle.cpp
@@ -12,7 +12,7 @@ namespace bus { namespace ti8x {
namespace {
-MACHINE_CONFIG_FRAGMENT(graph_link_hle)
+MACHINE_CONFIG_START(graph_link_hle)
MCFG_RS232_PORT_ADD("rs232", default_rs232_devices, nullptr)
MCFG_RS232_RXD_HANDLER(WRITELINE(graph_link_hle_device, rx_w))
MACHINE_CONFIG_END