summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcond1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcond1.h')
-rw-r--r--src/mame/includes/namcond1.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/namcond1.h b/src/mame/includes/namcond1.h
index 17b5533cf46..f8796b76912 100644
--- a/src/mame/includes/namcond1.h
+++ b/src/mame/includes/namcond1.h
@@ -15,6 +15,11 @@ public:
UINT8 m_h8_irq5_enabled;
UINT16 *m_shared_ram;
int m_p8;
+ DECLARE_WRITE16_MEMBER(sharedram_sub_w);
+ DECLARE_READ16_MEMBER(sharedram_sub_r);
+ DECLARE_READ8_MEMBER(mcu_p7_read);
+ DECLARE_READ8_MEMBER(mcu_pa_read);
+ DECLARE_WRITE8_MEMBER(mcu_pa_write);
};