diff options
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r-- | src/emu/devcpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h index 6e9251ab3a9..222a941a325 100644 --- a/src/emu/devcpu.h +++ b/src/emu/devcpu.h @@ -38,7 +38,7 @@ public: protected: // construction/destruction - cpu_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock); + cpu_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); private: // configured state |