summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/awacs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/awacs.h')
-rw-r--r--src/devices/sound/awacs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/awacs.h b/src/devices/sound/awacs.h
index a1c17f1aa10..656cc7a814e 100644
--- a/src/devices/sound/awacs.h
+++ b/src/devices/sound/awacs.h
@@ -23,7 +23,7 @@ class awacs_device : public device_t, public device_sound_interface
{
public:
// construction/destruction
- awacs_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ awacs_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto irq_out_cb() { return m_irq_out_cb.bind(); }
auto irq_in_cb() { return m_irq_in_cb.bind(); }