diff options
Diffstat (limited to 'src/devices/cpu/h8/h83002.h')
-rw-r--r-- | src/devices/cpu/h8/h83002.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h83002.h b/src/devices/cpu/h8/h83002.h index 94c1d603230..dce30bd0b3d 100644 --- a/src/devices/cpu/h8/h83002.h +++ b/src/devices/cpu/h8/h83002.h @@ -27,7 +27,7 @@ class h83002_device : public h8h_device { public: - h83002_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + h83002_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto tend0() { return tend0_cb.bind(); } auto tend1() { return tend1_cb.bind(); } |