summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cclimber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cclimber.h')
-rw-r--r--src/mame/audio/cclimber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cclimber.h b/src/mame/audio/cclimber.h
index 3ea38fc8b77..0038c43556c 100644
--- a/src/mame/audio/cclimber.h
+++ b/src/mame/audio/cclimber.h
@@ -24,7 +24,7 @@ public:
// construction/destruction
cclimber_audio_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE_LINE_MEMBER(sample_trigger_w);
+ DECLARE_WRITE_LINE_MEMBER(sample_trigger);
DECLARE_WRITE8_MEMBER(sample_trigger_w);
DECLARE_WRITE8_MEMBER(sample_rate_w);
DECLARE_WRITE8_MEMBER(sample_volume_w);