summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thepit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thepit.h')
-rw-r--r--src/mame/includes/thepit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/thepit.h b/src/mame/includes/thepit.h
index 7169b272044..6b62dbc9caf 100644
--- a/src/mame/includes/thepit.h
+++ b/src/mame/includes/thepit.h
@@ -19,6 +19,10 @@ public:
tilemap_t *m_tilemap;
UINT8 *m_dummy_tile;
UINT8 m_nmi_mask;
+ DECLARE_READ8_MEMBER(thepit_colorram_r);
+ DECLARE_WRITE8_MEMBER(thepit_sound_enable_w);
+ DECLARE_WRITE8_MEMBER(nmi_mask_w);
+ DECLARE_READ8_MEMBER(rtriv_question_r);
};