summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/moo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/moo.h')
-rw-r--r--src/mame/includes/moo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/includes/moo.h b/src/mame/includes/moo.h
index b683692a5a1..0c7d38a37e5 100644
--- a/src/mame/includes/moo.h
+++ b/src/mame/includes/moo.h
@@ -36,6 +36,16 @@ public:
device_t *m_k054338;
emu_timer *m_dmaend_timer;
+ DECLARE_READ16_MEMBER(control2_r);
+ DECLARE_WRITE16_MEMBER(control2_w);
+ DECLARE_WRITE16_MEMBER(sound_cmd1_w);
+ DECLARE_WRITE16_MEMBER(sound_cmd2_w);
+ DECLARE_WRITE16_MEMBER(sound_irq_w);
+ DECLARE_READ16_MEMBER(sound_status_r);
+ DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
+ DECLARE_READ16_MEMBER(K053247_scattered_word_r);
+ DECLARE_WRITE16_MEMBER(K053247_scattered_word_w);
+ DECLARE_WRITE16_MEMBER(moo_prot_w);
};