diff options
Diffstat (limited to 'src/devices/cpu/sh/sh7604_wdt.h')
-rw-r--r-- | src/devices/cpu/sh/sh7604_wdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh/sh7604_wdt.h b/src/devices/cpu/sh/sh7604_wdt.h index dd39f4be514..12b7896fe44 100644 --- a/src/devices/cpu/sh/sh7604_wdt.h +++ b/src/devices/cpu/sh/sh7604_wdt.h @@ -23,7 +23,7 @@ class sh7604_wdt_device : public device_t { public: // construction/destruction - sh7604_wdt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sh7604_wdt_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // I/O operations void wdt_regs(address_map &map); |