summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8706.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8706.h')
-rw-r--r--src/devices/machine/mos8706.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8706.h b/src/devices/machine/mos8706.h
index a1d1a225e0e..ce9320b37cc 100644
--- a/src/devices/machine/mos8706.h
+++ b/src/devices/machine/mos8706.h
@@ -38,7 +38,7 @@
class mos8706_device : public device_t
{
public:
- mos8706_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mos8706_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t read(offs_t offset);
void write(offs_t offset, uint8_t data);