summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/vt61/vt61.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/vt61/vt61.h')
-rw-r--r--src/devices/cpu/vt61/vt61.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/vt61/vt61.h b/src/devices/cpu/vt61/vt61.h
index 971343fe095..42372275ad3 100644
--- a/src/devices/cpu/vt61/vt61.h
+++ b/src/devices/cpu/vt61/vt61.h
@@ -27,7 +27,7 @@ public:
};
// construction/destruction
- vt61_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ vt61_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides