summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cps1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cps1.h')
-rw-r--r--src/mame/includes/cps1.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/cps1.h b/src/mame/includes/cps1.h
index 83b48d84ac0..0c2af5d3c59 100644
--- a/src/mame/includes/cps1.h
+++ b/src/mame/includes/cps1.h
@@ -209,6 +209,10 @@ public:
DECLARE_MACHINE_START(qsound);
DECLARE_MACHINE_RESET(cps);
DECLARE_VIDEO_START(cps);
+ UINT32 screen_update_cps1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_fcrash(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_kodb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_cps1(screen_device &screen, bool state);
};
/*----------- defined in drivers/cps1.c -----------*/
@@ -227,8 +231,8 @@ GFXDECODE_EXTERN( cps1 );
-SCREEN_UPDATE_IND16( cps1 );
-SCREEN_VBLANK( cps1 );
+
+
void cps1_get_video_base(running_machine &machine);
void cps2_set_sprite_priorities(running_machine &machine);