summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/actfancr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/actfancr.h')
-rw-r--r--src/mame/includes/actfancr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/actfancr.h b/src/mame/includes/actfancr.h
index ec812854645..1b24e91d401 100644
--- a/src/mame/includes/actfancr.h
+++ b/src/mame/includes/actfancr.h
@@ -23,6 +23,10 @@ public:
/* devices */
device_t *m_maincpu;
device_t *m_audiocpu;
+ DECLARE_WRITE8_MEMBER(triothep_control_select_w);
+ DECLARE_READ8_MEMBER(triothep_control_r);
+ DECLARE_WRITE8_MEMBER(actfancr_sound_w);
+ DECLARE_WRITE8_MEMBER(actfancr_buffer_spriteram_w);
};