summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xexex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xexex.h')
-rw-r--r--src/mame/includes/xexex.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/includes/xexex.h b/src/mame/includes/xexex.h
index 26b89df052e..c168122db4b 100644
--- a/src/mame/includes/xexex.h
+++ b/src/mame/includes/xexex.h
@@ -46,6 +46,18 @@ public:
device_t *m_k053251;
device_t *m_k053252;
device_t *m_k054338;
+ DECLARE_READ16_MEMBER(K053247_scattered_word_r);
+ DECLARE_WRITE16_MEMBER(K053247_scattered_word_w);
+ DECLARE_READ16_MEMBER(spriteram_mirror_r);
+ DECLARE_WRITE16_MEMBER(spriteram_mirror_w);
+ DECLARE_READ16_MEMBER(xexex_waitskip_r);
+ 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);
};