summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gijoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gijoe.h')
-rw-r--r--src/mame/includes/gijoe.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/gijoe.h b/src/mame/includes/gijoe.h
index f1c8ce3bf1a..a8792d138e4 100644
--- a/src/mame/includes/gijoe.h
+++ b/src/mame/includes/gijoe.h
@@ -34,6 +34,11 @@ public:
device_t *m_k056832;
device_t *m_k053246;
device_t *m_k053251;
+ DECLARE_READ16_MEMBER(control2_r);
+ DECLARE_WRITE16_MEMBER(control2_w);
+ DECLARE_WRITE16_MEMBER(sound_cmd_w);
+ DECLARE_WRITE16_MEMBER(sound_irq_w);
+ DECLARE_READ16_MEMBER(sound_status_r);
};
/*----------- defined in video/gijoe.c -----------*/