summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/easyflash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/easyflash.cpp')
-rw-r--r--src/devices/bus/c64/easyflash.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/c64/easyflash.cpp b/src/devices/bus/c64/easyflash.cpp
index 4ecd5fd9cf2..acef92afdec 100644
--- a/src/devices/bus/c64/easyflash.cpp
+++ b/src/devices/bus/c64/easyflash.cpp
@@ -27,27 +27,16 @@ DEFINE_DEVICE_TYPE(C64_EASYFLASH, c64_easyflash_cartridge_device, "c64_easyflash
//-------------------------------------------------
-// MACHINE_CONFIG_START( c64_easyflash )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( c64_easyflash )
+MACHINE_CONFIG_MEMBER( c64_easyflash_cartridge_device::device_add_mconfig )
MCFG_AMD_29F040_ADD(AM29F040_0_TAG)
MCFG_AMD_29F040_ADD(AM29F040_1_TAG)
MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor c64_easyflash_cartridge_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( c64_easyflash );
-}
-
-
-//-------------------------------------------------
// INPUT_PORTS( c64_easyflash )
//-------------------------------------------------