summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suna8.h')
-rw-r--r--src/mame/includes/suna8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/suna8.h b/src/mame/includes/suna8.h
index b03fc3f7ecd..a520cb1dc43 100644
--- a/src/mame/includes/suna8.h
+++ b/src/mame/includes/suna8.h
@@ -35,6 +35,8 @@ public:
int m_tiles;
int m_trombank;
int m_page;
+
+ TILE_GET_INFO_MEMBER(get_tile_info);
#endif
INT16 *m_samplebuf;
@@ -88,7 +90,6 @@ public:
DECLARE_DRIVER_INIT(brickzn);
DECLARE_DRIVER_INIT(hardhead);
DECLARE_DRIVER_INIT(suna8);
- TILE_GET_INFO_MEMBER(get_tile_info);
};