summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m88000/m88000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m88000/m88000.h')
-rw-r--r--src/devices/cpu/m88000/m88000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m88000/m88000.h b/src/devices/cpu/m88000/m88000.h
index 896ab05df51..cb361970f1a 100644
--- a/src/devices/cpu/m88000/m88000.h
+++ b/src/devices/cpu/m88000/m88000.h
@@ -17,7 +17,7 @@ class mc88100_device : public cpu_device
{
public:
// construction/destruction
- mc88100_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ mc88100_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides