summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/portrait.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/portrait.h')
-rw-r--r--src/mame/includes/portrait.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/portrait.h b/src/mame/includes/portrait.h
index 38e23200195..c0667b76e10 100644
--- a/src/mame/includes/portrait.h
+++ b/src/mame/includes/portrait.h
@@ -11,6 +11,9 @@ public:
tilemap_t *m_background;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_WRITE8_MEMBER(portrait_ctrl_w);
+ DECLARE_WRITE8_MEMBER(portrait_positive_scroll_w);
+ DECLARE_WRITE8_MEMBER(portrait_negative_scroll_w);
};