summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ms32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ms32.h')
-rw-r--r--src/mame/includes/ms32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/ms32.h b/src/mame/includes/ms32.h
index 9a5e11510a3..f024bf895e5 100644
--- a/src/mame/includes/ms32.h
+++ b/src/mame/includes/ms32.h
@@ -87,6 +87,7 @@ public:
virtual void machine_reset();
virtual void video_start();
DECLARE_VIDEO_START(f1superb);
+ UINT32 screen_update_ms32(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};
@@ -98,4 +99,4 @@ public:
-SCREEN_UPDATE_RGB32( ms32 );
+