summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gstriker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gstriker.h')
-rw-r--r--src/mame/includes/gstriker.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/gstriker.h b/src/mame/includes/gstriker.h
index 83251a3d6c4..797a25b6db1 100644
--- a/src/mame/includes/gstriker.h
+++ b/src/mame/includes/gstriker.h
@@ -47,14 +47,15 @@ public:
required_shared_ptr<uint16_t> m_mixerregs1;
required_shared_ptr<uint16_t> m_mixerregs2;
- uint16_t m_dmmy_8f_ret;
+ uint8_t m_dmmy_8f_ret;
int m_pending_command;
int m_gametype;
uint16_t m_mcu_data;
uint16_t m_prot_reg[2];
// common
- DECLARE_READ16_MEMBER(dmmy_8f);
+ DECLARE_READ8_MEMBER(dmmy_8f);
+ DECLARE_WRITE8_MEMBER(unknown_output_w);
DECLARE_WRITE16_MEMBER(sound_command_w);
DECLARE_WRITE8_MEMBER(sh_pending_command_clear_w);
DECLARE_WRITE8_MEMBER(sh_bankswitch_w);