diff options
Diffstat (limited to 'src/devices/cpu/h16/hd641016.h')
-rw-r--r-- | src/devices/cpu/h16/hd641016.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h16/hd641016.h b/src/devices/cpu/h16/hd641016.h index 1c93f5a2ff3..24d29165730 100644 --- a/src/devices/cpu/h16/hd641016.h +++ b/src/devices/cpu/h16/hd641016.h @@ -85,7 +85,7 @@ public: }; // device type constructor - hd641016_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + hd641016_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |