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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs/scharger.cpp b/src/devices/bus/vcs/scharger.cpp
index d713f88eca4..db97df33a98 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()
}
-MACHINE_CONFIG_MEMBER( a26_rom_ss_device::device_add_mconfig )
+MACHINE_CONFIG_START(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)