summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mystston.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mystston.h')
-rw-r--r--src/mame/includes/mystston.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/mystston.h b/src/mame/includes/mystston.h
index feb52763136..66d2501ef62 100644
--- a/src/mame/includes/mystston.h
+++ b/src/mame/includes/mystston.h
@@ -30,6 +30,8 @@ public:
UINT8 *m_paletteram;
UINT8 *m_scroll;
UINT8 *m_video_control;
+ DECLARE_WRITE8_MEMBER(irq_clear_w);
+ DECLARE_WRITE8_MEMBER(mystston_ay8910_select_w);
};