summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot/fs4600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_slot/fs4600.cpp')
-rw-r--r--src/devices/bus/msx_slot/fs4600.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/devices/bus/msx_slot/fs4600.cpp b/src/devices/bus/msx_slot/fs4600.cpp
index 57b6dac10e6..464bb46335c 100644
--- a/src/devices/bus/msx_slot/fs4600.cpp
+++ b/src/devices/bus/msx_slot/fs4600.cpp
@@ -27,17 +27,11 @@ msx_slot_fs4600_device::msx_slot_fs4600_device(const machine_config &mconfig, co
}
-static MACHINE_CONFIG_START( fs4600 )
+MACHINE_CONFIG_MEMBER( msx_slot_fs4600_device::device_add_mconfig )
MCFG_NVRAM_ADD_0FILL("nvram")
MACHINE_CONFIG_END
-machine_config_constructor msx_slot_fs4600_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( fs4600 );
-}
-
-
void msx_slot_fs4600_device::set_rom_start(device_t &device, const char *region, uint32_t offset)
{
msx_slot_fs4600_device &dev = downcast<msx_slot_fs4600_device &>(device);