summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/snk6502.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/snk6502.h')
-rw-r--r--src/mame/audio/snk6502.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/audio/snk6502.h b/src/mame/audio/snk6502.h
index b237e7249a6..354fca29081 100644
--- a/src/mame/audio/snk6502.h
+++ b/src/mame/audio/snk6502.h
@@ -27,6 +27,7 @@ public:
void mute_channel(int channel);
void unmute_channel(int channel);
void set_sound0_stop_on_rollover(int value) { m_sound0_stop_on_rollover = value; }
+ void reset_offset(int channel) { m_tone_channels[channel].offset = 0; }
void speech_w(uint8_t data, const uint16_t *table, int start);