summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funworld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funworld.h')
-rw-r--r--src/mame/includes/funworld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index a737be0a89c..8451372433d 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -7,6 +7,8 @@ public:
UINT8* m_videoram;
UINT8* m_colorram;
tilemap_t *m_bg_tilemap;
+ DECLARE_READ8_MEMBER(questions_r);
+ DECLARE_WRITE8_MEMBER(question_bank_w);
};