summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6702.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos6702.h')
-rw-r--r--src/devices/machine/mos6702.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos6702.h b/src/devices/machine/mos6702.h
index ab1ea945e6e..fa5fa39c29f 100644
--- a/src/devices/machine/mos6702.h
+++ b/src/devices/machine/mos6702.h
@@ -35,7 +35,7 @@ class mos6702_device : public device_t
{
public:
// construction/destruction
- mos6702_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mos6702_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);