summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gomoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gomoku.h')
-rw-r--r--src/mame/includes/gomoku.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gomoku.h b/src/mame/includes/gomoku.h
index aa94c138c83..431af90c774 100644
--- a/src/mame/includes/gomoku.h
+++ b/src/mame/includes/gomoku.h
@@ -13,6 +13,7 @@ public:
int m_bg_dispsw;
tilemap_t *m_fg_tilemap;
bitmap_ind16 m_bg_bitmap;
+ DECLARE_READ8_MEMBER(input_port_r);
};