summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pitnrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pitnrun.h')
-rw-r--r--src/mame/includes/pitnrun.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/pitnrun.h b/src/mame/includes/pitnrun.h
index 335101c2b29..15128bdf4ed 100644
--- a/src/mame/includes/pitnrun.h
+++ b/src/mame/includes/pitnrun.h
@@ -25,6 +25,9 @@ public:
tilemap_t *m_fg;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_WRITE8_MEMBER(nmi_enable_w);
+ DECLARE_WRITE8_MEMBER(pitnrun_hflip_w);
+ DECLARE_WRITE8_MEMBER(pitnrun_vflip_w);
};