summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s11a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s11a.cpp')
-rw-r--r--src/mame/drivers/s11a.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/s11a.cpp b/src/mame/drivers/s11a.cpp
index da5e5170178..37132cfb715 100644
--- a/src/mame/drivers/s11a.cpp
+++ b/src/mame/drivers/s11a.cpp
@@ -237,6 +237,7 @@ void s11a_state::s11a(machine_config &config)
/* Add the soundcard */
M6802(config, m_audiocpu, XTAL(4'000'000));
+ m_audiocpu->set_ram_enable(false);
m_audiocpu->set_addrmap(AS_PROGRAM, &s11a_state::s11a_audio_map);
SPEAKER(config, "speaker").front_center();