summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/singleconn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/gromport/singleconn.cpp')
-rw-r--r--src/devices/bus/ti99/gromport/singleconn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/gromport/singleconn.cpp b/src/devices/bus/ti99/gromport/singleconn.cpp
index 88472b1e003..e46dc5becf1 100644
--- a/src/devices/bus/ti99/gromport/singleconn.cpp
+++ b/src/devices/bus/ti99/gromport/singleconn.cpp
@@ -83,7 +83,7 @@ void ti99_single_cart_conn_device::device_reset()
m_cartridge->set_slot(0);
}
-MACHINE_CONFIG_MEMBER( ti99_single_cart_conn_device::device_add_mconfig )
+MACHINE_CONFIG_START(ti99_single_cart_conn_device::device_add_mconfig)
MCFG_DEVICE_ADD("cartridge", TI99_CART, 0)
MACHINE_CONFIG_END