summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/scharger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/scharger.cpp')
-rw-r--r--src/devices/bus/vcs/scharger.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/vcs/scharger.cpp b/src/devices/bus/vcs/scharger.cpp
index 6b2efa307fa..d713f88eca4 100644
--- a/src/devices/bus/vcs/scharger.cpp
+++ b/src/devices/bus/vcs/scharger.cpp
@@ -87,7 +87,7 @@ void a26_rom_ss_device::device_reset()
}
-static MACHINE_CONFIG_START( a26_ss )
+MACHINE_CONFIG_MEMBER( a26_rom_ss_device::device_add_mconfig )
MCFG_CASSETTE_ADD("cassette")
MCFG_CASSETTE_FORMATS(a26_cassette_formats)
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED)
@@ -97,11 +97,6 @@ static MACHINE_CONFIG_START( a26_ss )
// MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
MACHINE_CONFIG_END
-machine_config_constructor a26_rom_ss_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( a26_ss );
-}
-
inline uint8_t a26_rom_ss_device::read_byte(uint32_t offset)
{
if (offset < 0x800)