summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taotaido.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taotaido.h')
-rw-r--r--src/mame/includes/taotaido.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/taotaido.h b/src/mame/includes/taotaido.h
index 6b38a9495aa..91da10abbd7 100644
--- a/src/mame/includes/taotaido.h
+++ b/src/mame/includes/taotaido.h
@@ -16,6 +16,10 @@ public:
UINT16 *m_spriteram_older;
UINT16 *m_spriteram2_old;
UINT16 *m_spriteram2_older;
+ DECLARE_READ16_MEMBER(pending_command_r);
+ DECLARE_WRITE16_MEMBER(sound_command_w);
+ DECLARE_WRITE8_MEMBER(pending_command_clear_w);
+ DECLARE_WRITE8_MEMBER(taotaido_sh_bankswitch_w);
};