summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/samples.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/samples.h')
-rw-r--r--src/devices/sound/samples.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/samples.h b/src/devices/sound/samples.h
index 666fe320f4c..be5684bc37c 100644
--- a/src/devices/sound/samples.h
+++ b/src/devices/sound/samples.h
@@ -51,7 +51,7 @@ public:
typedef device_delegate<void ()> start_cb_delegate;
// construction/destruction
- samples_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ samples_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
// configuration helpers
void set_channels(uint8_t channels) { m_channels = channels; }