summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/bsktball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/bsktball.cpp')
-rw-r--r--src/mame/audio/bsktball.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/audio/bsktball.cpp b/src/mame/audio/bsktball.cpp
index 23b01226f70..3322c33dc92 100644
--- a/src/mame/audio/bsktball.cpp
+++ b/src/mame/audio/bsktball.cpp
@@ -23,11 +23,6 @@ WRITE8_MEMBER(bsktball_state::bsktball_note_w)
m_discrete->write(space, BSKTBALL_NOTE_DATA, data); // Note
}
-WRITE8_MEMBER(bsktball_state::bsktball_noise_reset_w)
-{
- m_discrete->write(space, BSKTBALL_NOISE_EN, offset & 0x01);
-}
-
/************************************************************************/
/* bsktball Sound System Analog emulation */