summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jack.h')
-rw-r--r--src/mame/includes/jack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/jack.h b/src/mame/includes/jack.h
index e4028882606..6f3b2d96c03 100644
--- a/src/mame/includes/jack.h
+++ b/src/mame/includes/jack.h
@@ -30,6 +30,9 @@ public:
/* devices */
cpu_device *m_audiocpu;
+ DECLARE_WRITE8_MEMBER(jack_sh_command_w);
+ DECLARE_WRITE8_MEMBER(joinem_misc_w);
+ DECLARE_READ8_MEMBER(striv_question_r);
};