summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thepit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thepit.cpp')
-rw-r--r--src/mame/drivers/thepit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/thepit.cpp b/src/mame/drivers/thepit.cpp
index bd32f1f54df..68269cc4c11 100644
--- a/src/mame/drivers/thepit.cpp
+++ b/src/mame/drivers/thepit.cpp
@@ -194,7 +194,7 @@ WRITE_LINE_MEMBER(thepit_state::coin_lockout_w)
WRITE_LINE_MEMBER(thepit_state::sound_enable_w)
{
- machine().sound().system_enable(state);
+ machine().sound().system_mute(!state);
}
WRITE_LINE_MEMBER(thepit_state::nmi_mask_w)