summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint4.h')
-rw-r--r--src/mame/includes/sprint4.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/sprint4.h b/src/mame/includes/sprint4.h
index 866602eda5a..03da19701ee 100644
--- a/src/mame/includes/sprint4.h
+++ b/src/mame/includes/sprint4.h
@@ -38,6 +38,8 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_sprint4(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_sprint4(screen_device &screen, bool state);
};
@@ -45,7 +47,7 @@ public:
-SCREEN_VBLANK( sprint4 );
-SCREEN_UPDATE_IND16( sprint4 );
+
+