summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vulgus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vulgus.h')
-rw-r--r--src/mame/includes/vulgus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/vulgus.h b/src/mame/includes/vulgus.h
index c414aa754c3..d7ffcd7ee53 100644
--- a/src/mame/includes/vulgus.h
+++ b/src/mame/includes/vulgus.h
@@ -25,6 +25,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_vulgus(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -33,4 +34,4 @@ public:
-SCREEN_UPDATE_IND16( vulgus );
+