summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/astrocde.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/astrocde.h')
-rw-r--r--src/devices/sound/astrocde.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/astrocde.h b/src/devices/sound/astrocde.h
index 387ef7f9ca3..a57f0ddbf86 100644
--- a/src/devices/sound/astrocde.h
+++ b/src/devices/sound/astrocde.h
@@ -44,7 +44,7 @@
class astrocade_io_device : public device_t, public device_sound_interface
{
public:
- astrocade_io_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ astrocade_io_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration access
auto si_cb() { return m_si_callback.bind(); }