summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lnw80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lnw80.cpp')
-rw-r--r--src/mame/drivers/lnw80.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/lnw80.cpp b/src/mame/drivers/lnw80.cpp
index 882a37d164b..07c7090138b 100644
--- a/src/mame/drivers/lnw80.cpp
+++ b/src/mame/drivers/lnw80.cpp
@@ -511,7 +511,6 @@ void lnw80_state::port_ff_w(uint8_t data)
static const double speaker_levels[4] = { 0.0, -1.0, 0.0, 1.0 };
m_speaker->set_levels(4, speaker_levels);
-
m_speaker->level_w(data & 3);
}