summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skydiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skydiver.h')
-rw-r--r--src/mame/includes/skydiver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/skydiver.h b/src/mame/includes/skydiver.h
index 62086ca9c24..5d9ecb22a95 100644
--- a/src/mame/includes/skydiver.h
+++ b/src/mame/includes/skydiver.h
@@ -29,6 +29,7 @@ public:
UINT8 *m_videoram;
tilemap_t *m_bg_tilemap;
int m_width;
+ DECLARE_WRITE8_MEMBER(skydiver_nmion_w);
};