summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mos7360.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mos7360.h')
-rw-r--r--src/devices/sound/mos7360.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mos7360.h b/src/devices/sound/mos7360.h
index fd0a51f597b..1c05fd6e825 100644
--- a/src/devices/sound/mos7360.h
+++ b/src/devices/sound/mos7360.h
@@ -75,7 +75,7 @@ public:
static constexpr unsigned PAL_LINES = 312;
// construction/destruction
- mos7360_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mos7360_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callbacks
auto write_irq_callback() { return m_write_irq.bind(); }