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.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/ti_32kmem.cpp b/src/devices/bus/ti99/peb/ti_32kmem.cpp
index fce434c70d7..3b3b36c04da 100644
--- a/src/devices/bus/ti99/peb/ti_32kmem.cpp
+++ b/src/devices/bus/ti99/peb/ti_32kmem.cpp
@@ -100,10 +100,11 @@ void ti_32k_expcard_device::device_start()
{
}
-MACHINE_CONFIG_START(ti_32k_expcard_device::device_add_mconfig)
+void ti_32k_expcard_device::device_add_mconfig(machine_config &config)
+{
RAM(config, m_ram, 0);
m_ram->set_default_size("32k");
m_ram->set_default_value(0);
-MACHINE_CONFIG_END
+}
} } } // end namespace bus::ti99::peb