summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh2.h')
-rw-r--r--src/devices/cpu/sh/sh2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh2.h b/src/devices/cpu/sh/sh2.h
index 7027ae959ce..4e0fd37ca30 100644
--- a/src/devices/cpu/sh/sh2.h
+++ b/src/devices/cpu/sh/sh2.h
@@ -85,6 +85,7 @@ public:
void sh2_notify_dma_data_available();
void func_fastirq();
+ void sh7604_map(address_map &map);
protected:
sh2_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, int cpu_type,address_map_constructor internal_map, int addrlines);
@@ -209,6 +210,7 @@ public:
DECLARE_WRITE16_MEMBER(sh7021_w);
void sh7032_dma_exec(int ch);
+ void sh7021_map(address_map &map);
private:
uint16_t m_sh7021_regs[0x200];
struct
@@ -230,6 +232,7 @@ public:
DECLARE_READ16_MEMBER(sh7032_r);
DECLARE_WRITE16_MEMBER(sh7032_w);
+ void sh7032_map(address_map &map);
private:
uint16_t m_sh7032_regs[0x200];
};