summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pokechmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pokechmp.h')
-rw-r--r--src/mame/includes/pokechmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/pokechmp.h b/src/mame/includes/pokechmp.h
index c608c9d6ba4..6d6b42f14a1 100644
--- a/src/mame/includes/pokechmp.h
+++ b/src/mame/includes/pokechmp.h
@@ -8,6 +8,10 @@ public:
tilemap_t *m_bg_tilemap;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_WRITE8_MEMBER(pokechmp_bank_w);
+ DECLARE_WRITE8_MEMBER(pokechmp_sound_bank_w);
+ DECLARE_WRITE8_MEMBER(pokechmp_sound_w);
+ DECLARE_WRITE8_MEMBER(pokechmp_paletteram_w);
};