summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mustache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mustache.h')
-rw-r--r--src/mame/includes/mustache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mustache.h b/src/mame/includes/mustache.h
index bb4b24b14f9..d62f4043e00 100644
--- a/src/mame/includes/mustache.h
+++ b/src/mame/includes/mustache.h
@@ -37,7 +37,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- DECLARE_DRIVER_INIT(mustache);
+ void init_mustache();
virtual void video_start() override;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);