summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toypop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toypop.h')
-rw-r--r--src/mame/includes/toypop.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mame/includes/toypop.h b/src/mame/includes/toypop.h
index 9f84aae86b2..9f3c85e7f63 100644
--- a/src/mame/includes/toypop.h
+++ b/src/mame/includes/toypop.h
@@ -15,6 +15,19 @@ public:
int m_interrupt_enable_68k;
UINT8 m_main_irq_mask;
UINT8 m_sound_irq_mask;
+ DECLARE_READ16_MEMBER(toypop_m68000_sharedram_r);
+ DECLARE_WRITE16_MEMBER(toypop_m68000_sharedram_w);
+ DECLARE_READ8_MEMBER(toypop_main_interrupt_enable_r);
+ DECLARE_WRITE8_MEMBER(toypop_main_interrupt_enable_w);
+ DECLARE_WRITE8_MEMBER(toypop_main_interrupt_disable_w);
+ DECLARE_WRITE8_MEMBER(toypop_sound_interrupt_enable_acknowledge_w);
+ DECLARE_WRITE8_MEMBER(toypop_sound_interrupt_disable_w);
+ DECLARE_WRITE8_MEMBER(toypop_sound_clear_w);
+ DECLARE_WRITE8_MEMBER(toypop_sound_assert_w);
+ DECLARE_WRITE8_MEMBER(toypop_m68000_clear_w);
+ DECLARE_WRITE8_MEMBER(toypop_m68000_assert_w);
+ DECLARE_WRITE16_MEMBER(toypop_m68000_interrupt_enable_w);
+ DECLARE_WRITE16_MEMBER(toypop_m68000_interrupt_disable_w);
};