summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/scotrsht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/scotrsht.h')
-rw-r--r--src/mame/includes/scotrsht.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/scotrsht.h b/src/mame/includes/scotrsht.h
index 736207ff711..9cddd33465c 100644
--- a/src/mame/includes/scotrsht.h
+++ b/src/mame/includes/scotrsht.h
@@ -14,6 +14,8 @@ public:
tilemap_t *m_bg_tilemap;
int m_charbank;
int m_palette_bank;
+ DECLARE_WRITE8_MEMBER(ctrl_w);
+ DECLARE_WRITE8_MEMBER(scotrsht_soundlatch_w);
};