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.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/ti99/gromport/singleconn.cpp b/src/devices/bus/ti99/gromport/singleconn.cpp
index 4cdc885212c..88472b1e003 100644
--- a/src/devices/bus/ti99/gromport/singleconn.cpp
+++ b/src/devices/bus/ti99/gromport/singleconn.cpp
@@ -83,14 +83,9 @@ void ti99_single_cart_conn_device::device_reset()
m_cartridge->set_slot(0);
}
-static MACHINE_CONFIG_START( single_slot )
+MACHINE_CONFIG_MEMBER( ti99_single_cart_conn_device::device_add_mconfig )
MCFG_DEVICE_ADD("cartridge", TI99_CART, 0)
MACHINE_CONFIG_END
-machine_config_constructor ti99_single_cart_conn_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( single_slot );
-}
-
} } } // end namespace bus::ti99::gromport