summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thief.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thief.h')
-rw-r--r--src/mame/includes/thief.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/thief.h b/src/mame/includes/thief.h
index 042c434cca5..848f5be7da9 100644
--- a/src/mame/includes/thief.h
+++ b/src/mame/includes/thief.h
@@ -17,6 +17,8 @@ public:
UINT8 m_write_mask;
UINT8 m_video_control;
coprocessor_t m_coprocessor;
+ DECLARE_WRITE8_MEMBER(thief_input_select_w);
+ DECLARE_READ8_MEMBER(thief_io_r);
};