summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pcktgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pcktgal.h')
-rw-r--r--src/mame/includes/pcktgal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/pcktgal.h b/src/mame/includes/pcktgal.h
index ebd625d2344..7dd8a7b8df7 100644
--- a/src/mame/includes/pcktgal.h
+++ b/src/mame/includes/pcktgal.h
@@ -8,6 +8,10 @@ public:
int m_toggle;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_WRITE8_MEMBER(pcktgal_bank_w);
+ DECLARE_WRITE8_MEMBER(pcktgal_sound_bank_w);
+ DECLARE_WRITE8_MEMBER(pcktgal_sound_w);
+ DECLARE_WRITE8_MEMBER(pcktgal_adpcm_data_w);
};