summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/momoko.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/momoko.h')
-rw-r--r--src/mame/includes/momoko.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/momoko.h b/src/mame/includes/momoko.h
index a9055736c8e..5164d10a6f0 100644
--- a/src/mame/includes/momoko.h
+++ b/src/mame/includes/momoko.h
@@ -30,6 +30,7 @@ public:
UINT8 m_bg_mask;
UINT8 m_fg_mask;
UINT8 m_flipscreen;
+ DECLARE_WRITE8_MEMBER(momoko_bg_read_bank_w);
};