summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ssystem3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ssystem3.h')
-rw-r--r--src/mess/includes/ssystem3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/ssystem3.h b/src/mess/includes/ssystem3.h
index 41955981c84..719f0ebe809 100644
--- a/src/mess/includes/ssystem3.h
+++ b/src/mess/includes/ssystem3.h
@@ -47,6 +47,7 @@ public:
DECLARE_DRIVER_INIT(ssystem3);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_ssystem3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};