summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stadhero.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stadhero.h')
-rw-r--r--src/mame/includes/stadhero.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/stadhero.h b/src/mame/includes/stadhero.h
index 374cfd53be6..e822da07f46 100644
--- a/src/mame/includes/stadhero.h
+++ b/src/mame/includes/stadhero.h
@@ -8,6 +8,8 @@ public:
tilemap_t *m_pf1_tilemap;
int m_flipscreen;
UINT16 *m_spriteram;
+ DECLARE_READ16_MEMBER(stadhero_control_r);
+ DECLARE_WRITE16_MEMBER(stadhero_control_w);
};