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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/mustache.h b/src/mame/includes/mustache.h
index 272af74622d..e1bd0f7004f 100644
--- a/src/mame/includes/mustache.h
+++ b/src/mame/includes/mustache.h
@@ -19,11 +19,12 @@ public:
virtual void machine_start();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_mustache(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/mustache.c -----------*/
-SCREEN_UPDATE_IND16( mustache );
+