summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gridlee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gridlee.h')
-rw-r--r--src/mame/includes/gridlee.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/gridlee.h b/src/mame/includes/gridlee.h
index 4b788626e07..6c4cc5d9bea 100644
--- a/src/mame/includes/gridlee.h
+++ b/src/mame/includes/gridlee.h
@@ -40,6 +40,11 @@ public:
UINT8 *m_local_videoram;
UINT8 m_palettebank_vis;
UINT8 *m_spriteram;
+ DECLARE_READ8_MEMBER(analog_port_r);
+ DECLARE_READ8_MEMBER(random_num_r);
+ DECLARE_WRITE8_MEMBER(led_0_w);
+ DECLARE_WRITE8_MEMBER(led_1_w);
+ DECLARE_WRITE8_MEMBER(gridlee_coin_counter_w);
};