summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gng.h')
-rw-r--r--src/mame/includes/gng.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/gng.h b/src/mame/includes/gng.h
index 548350d403c..b1491315563 100644
--- a/src/mame/includes/gng.h
+++ b/src/mame/includes/gng.h
@@ -26,6 +26,9 @@ public:
UINT8 m_scrolly[2];
required_device<buffered_spriteram8_device> m_spriteram;
+ DECLARE_WRITE8_MEMBER(gng_bankswitch_w);
+ DECLARE_WRITE8_MEMBER(gng_coin_counter_w);
+ DECLARE_READ8_MEMBER(diamond_hack_r);
};