summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/sapi1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/sapi1.h')
-rw-r--r--src/mess/includes/sapi1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/sapi1.h b/src/mess/includes/sapi1.h
index 2b5505e07ed..0325194c57b 100644
--- a/src/mess/includes/sapi1.h
+++ b/src/mess/includes/sapi1.h
@@ -42,6 +42,8 @@ public:
DECLARE_VIDEO_START(sapi1);
DECLARE_MACHINE_RESET(sapizps3);
DECLARE_VIDEO_START(sapizps3);
+ UINT32 screen_update_sapi1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_sapizps3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/sapi1.c -----------*/