summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nbmj8991.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nbmj8991.h')
-rw-r--r--src/mame/includes/nbmj8991.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/nbmj8991.h b/src/mame/includes/nbmj8991.h
index a52f935f995..fd4da2dba40 100644
--- a/src/mame/includes/nbmj8991.h
+++ b/src/mame/includes/nbmj8991.h
@@ -22,6 +22,9 @@ public:
UINT8 *m_videoram;
UINT8 *m_clut;
int m_flipscreen_old;
+ DECLARE_WRITE8_MEMBER(nbmj8991_soundbank_w);
+ DECLARE_WRITE8_MEMBER(nbmj8991_sound_w);
+ DECLARE_READ8_MEMBER(nbmj8991_sound_r);
};