summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh2/sh7604_wdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh2/sh7604_wdt.h')
-rw-r--r--src/devices/cpu/sh2/sh7604_wdt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/sh2/sh7604_wdt.h b/src/devices/cpu/sh2/sh7604_wdt.h
index 352b94e3190..7e014745f19 100644
--- a/src/devices/cpu/sh2/sh7604_wdt.h
+++ b/src/devices/cpu/sh2/sh7604_wdt.h
@@ -26,18 +26,18 @@
// ======================> sh7604_wdt_device
-class sh7604_wdt_device : public device_t,
- public device_memory_interface
+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);
// I/O operations
+ DECLARE_ADDRESS_MAP( wdt_regs, 8 );
+
DECLARE_WRITE16_MEMBER( write );
DECLARE_READ8_MEMBER( read );
- virtual const address_space_config *memory_space_config(address_spacenum spacenum = AS_0) const override;
protected:
// device-level overrides
// virtual void device_validity_check(validity_checker &valid) const;