summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wolfpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wolfpack.h')
-rw-r--r--src/mame/includes/wolfpack.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/wolfpack.h b/src/mame/includes/wolfpack.h
index 53c0507c40a..8edfbbcd0ba 100644
--- a/src/mame/includes/wolfpack.h
+++ b/src/mame/includes/wolfpack.h
@@ -54,13 +54,15 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_wolfpack(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_wolfpack(screen_device &screen, bool state);
};
/*----------- defined in video/wolfpack.c -----------*/
-SCREEN_UPDATE_IND16( wolfpack );
-SCREEN_VBLANK( wolfpack );
+
+