summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/horizon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/horizon.cpp')
-rw-r--r--src/devices/bus/ti99/peb/horizon.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/ti99/peb/horizon.cpp b/src/devices/bus/ti99/peb/horizon.cpp
index 279fc0a3728..75dcd3dc492 100644
--- a/src/devices/bus/ti99/peb/horizon.cpp
+++ b/src/devices/bus/ti99/peb/horizon.cpp
@@ -474,7 +474,7 @@ INPUT_PORTS_START( horizon )
INPUT_PORTS_END
-MACHINE_CONFIG_START( horizon )
+MACHINE_CONFIG_MEMBER( horizon_ramdisk_device::device_add_mconfig )
MCFG_RAM_ADD(NVRAMREGION)
MCFG_RAM_DEFAULT_SIZE("16M")
@@ -486,11 +486,6 @@ MACHINE_CONFIG_START( horizon )
MCFG_RAM_DEFAULT_VALUE(0)
MACHINE_CONFIG_END
-machine_config_constructor horizon_ramdisk_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( horizon );
-}
-
ioport_constructor horizon_ramdisk_device::device_input_ports() const
{
return INPUT_PORTS_NAME(horizon);