summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh7604_wdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh7604_wdt.h')
-rw-r--r--src/devices/cpu/sh/sh7604_wdt.h2
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 7e014745f19..e92b84edca5 100644
--- a/src/devices/cpu/sh/sh7604_wdt.h
+++ b/src/devices/cpu/sh/sh7604_wdt.h
@@ -33,7 +33,7 @@ public:
sh7604_wdt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// I/O operations
- DECLARE_ADDRESS_MAP( wdt_regs, 8 );
+ void wdt_regs(address_map &map);
DECLARE_WRITE16_MEMBER( write );
DECLARE_READ8_MEMBER( read );