summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/majutsushi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/majutsushi.cpp')
-rw-r--r--src/devices/bus/msx_cart/majutsushi.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/devices/bus/msx_cart/majutsushi.cpp b/src/devices/bus/msx_cart/majutsushi.cpp
index cd37bc16772..f7f3f301828 100644
--- a/src/devices/bus/msx_cart/majutsushi.cpp
+++ b/src/devices/bus/msx_cart/majutsushi.cpp
@@ -26,7 +26,7 @@ msx_cart_majutsushi_device::msx_cart_majutsushi_device(const machine_config &mco
}
-static MACHINE_CONFIG_START( majutsushi )
+MACHINE_CONFIG_MEMBER( msx_cart_majutsushi_device::device_add_mconfig )
// This is actually incorrect. The sound output is passed back into the MSX machine where it is mixed internally and output through the system 'speaker'.
MCFG_SPEAKER_STANDARD_MONO("speaker")
MCFG_SOUND_ADD("dac", DAC_8BIT_R2R, 0) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.05) // unknown DAC
@@ -35,12 +35,6 @@ static MACHINE_CONFIG_START( majutsushi )
MACHINE_CONFIG_END
-machine_config_constructor msx_cart_majutsushi_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( majutsushi );
-}
-
-
void msx_cart_majutsushi_device::device_start()
{
save_item(NAME(m_selected_bank));