summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/welltris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/welltris.h')
-rw-r--r--src/mame/includes/welltris.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/welltris.h b/src/mame/includes/welltris.h
index 31863f354af..929fd38d9aa 100644
--- a/src/mame/includes/welltris.h
+++ b/src/mame/includes/welltris.h
@@ -17,6 +17,9 @@ public:
UINT16 m_pixelpalettebank;
int m_scrollx;
int m_scrolly;
+ DECLARE_WRITE8_MEMBER(welltris_sh_bankswitch_w);
+ DECLARE_WRITE16_MEMBER(sound_command_w);
+ DECLARE_WRITE8_MEMBER(pending_command_clear_w);
};