summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rungun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rungun.h')
-rw-r--r--src/mame/includes/rungun.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/rungun.h b/src/mame/includes/rungun.h
index 18c5acb9f84..ff08b4a1fde 100644
--- a/src/mame/includes/rungun.h
+++ b/src/mame/includes/rungun.h
@@ -34,6 +34,14 @@ public:
device_t *m_k053936;
device_t *m_k055673;
device_t *m_k053252;
+ DECLARE_READ16_MEMBER(rng_sysregs_r);
+ DECLARE_WRITE16_MEMBER(rng_sysregs_w);
+ DECLARE_WRITE16_MEMBER(sound_cmd1_w);
+ DECLARE_WRITE16_MEMBER(sound_cmd2_w);
+ DECLARE_WRITE16_MEMBER(sound_irq_w);
+ DECLARE_READ16_MEMBER(sound_status_msb_r);
+ DECLARE_WRITE8_MEMBER(sound_status_w);
+ DECLARE_WRITE8_MEMBER(z80ctrl_w);
};