summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thoop2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thoop2.h')
-rw-r--r--src/mame/includes/thoop2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/thoop2.h b/src/mame/includes/thoop2.h
index cb6f6567a11..3c3c2567c53 100644
--- a/src/mame/includes/thoop2.h
+++ b/src/mame/includes/thoop2.h
@@ -34,6 +34,7 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_screen1);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void thoop2(machine_config &config);
protected:
virtual void machine_start() override;
virtual void video_start() override;