summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dmadac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dmadac.h')
-rw-r--r--src/devices/sound/dmadac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dmadac.h b/src/devices/sound/dmadac.h
index 6cbe8312231..a7904e5f50b 100644
--- a/src/devices/sound/dmadac.h
+++ b/src/devices/sound/dmadac.h
@@ -16,7 +16,7 @@
class dmadac_sound_device : public device_t, public device_sound_interface
{
public:
- dmadac_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ dmadac_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
void initialize_state();
void flush();