summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/ti_32kmem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/ti_32kmem.cpp')
-rw-r--r--src/devices/bus/ti99/peb/ti_32kmem.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/ti99/peb/ti_32kmem.cpp b/src/devices/bus/ti99/peb/ti_32kmem.cpp
index 90c2dae1363..02cf5668534 100644
--- a/src/devices/bus/ti99/peb/ti_32kmem.cpp
+++ b/src/devices/bus/ti99/peb/ti_32kmem.cpp
@@ -100,15 +100,10 @@ void ti_32k_expcard_device::device_start()
{
}
-MACHINE_CONFIG_START( mem32k )
+MACHINE_CONFIG_MEMBER( ti_32k_expcard_device::device_add_mconfig )
MCFG_RAM_ADD(RAMREGION)
MCFG_RAM_DEFAULT_SIZE("32k")
MCFG_RAM_DEFAULT_VALUE(0)
MACHINE_CONFIG_END
-machine_config_constructor ti_32k_expcard_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( mem32k );
-}
-
} } } // end namespace bus::ti99::peb