diff options
Diffstat (limited to 'src/devices/cpu/sh/sh7604_wdt.cpp')
-rw-r--r-- | src/devices/cpu/sh/sh7604_wdt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh/sh7604_wdt.cpp b/src/devices/cpu/sh/sh7604_wdt.cpp index 2b5ea9eb499..56d61c7b83b 100644 --- a/src/devices/cpu/sh/sh7604_wdt.cpp +++ b/src/devices/cpu/sh/sh7604_wdt.cpp @@ -39,7 +39,7 @@ void sh7604_wdt_device::wdt_regs(address_map &map) // sh7604_wdt_device - constructor //------------------------------------------------- -sh7604_wdt_device::sh7604_wdt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +sh7604_wdt_device::sh7604_wdt_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, SH7604_WDT, tag, owner, clock) { } |