summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apple2e.cpp')
-rw-r--r--src/mame/drivers/apple2e.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp
index fb2aab49aaa..6d19fe49f41 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -4060,8 +4060,8 @@ MACHINE_CONFIG_START(apple2e_state::apple2e)
MCFG_SOFTWARE_LIST_ADD("flop525_list","apple2")
SOFTWARE_LIST(config, "flop525_orig").set_compatible("apple2_flop_orig");
- MCFG_CASSETTE_ADD(A2_CASSETTE_TAG)
- MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED)
+ CASSETTE(config, m_cassette);
+ m_cassette->set_default_state(CASSETTE_STOPPED);
MACHINE_CONFIG_END
void apple2e_state::mprof3(machine_config &config)