summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m90.h')
-rw-r--r--src/mame/includes/m90.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/m90.h b/src/mame/includes/m90.h
index c734b3fee82..134d0bb981a 100644
--- a/src/mame/includes/m90.h
+++ b/src/mame/includes/m90.h
@@ -15,6 +15,10 @@ public:
UINT8 m_last_pf1;
UINT8 m_last_pf2;
device_t *m_audio;
+ DECLARE_WRITE16_MEMBER(m90_coincounter_w);
+ DECLARE_WRITE16_MEMBER(quizf1_bankswitch_w);
+ DECLARE_WRITE16_MEMBER(dynablsb_sound_command_w);
+ DECLARE_WRITE16_MEMBER(unknown_w);
};