diff options
Diffstat (limited to 'src/devices/cpu/z80/ez80.h')
-rw-r--r-- | src/devices/cpu/z80/ez80.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/z80/ez80.h b/src/devices/cpu/z80/ez80.h index 2ae563d5b80..3cc5cbec604 100644 --- a/src/devices/cpu/z80/ez80.h +++ b/src/devices/cpu/z80/ez80.h @@ -22,11 +22,11 @@ class ez80_device : public z80_device { public: // device type constructor - ez80_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + ez80_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // construction/destruction - ez80_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock); + ez80_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); }; // device type declaration |