summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cave.h')
-rw-r--r--src/mame/includes/cave.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/cave.h b/src/mame/includes/cave.h
index 902aa8613d7..4a3a7344c34 100644
--- a/src/mame/includes/cave.h
+++ b/src/mame/includes/cave.h
@@ -200,6 +200,7 @@ public:
DECLARE_PALETTE_INIT(pwrinst2);
DECLARE_VIDEO_START(sailormn_3_layers);
DECLARE_PALETTE_INIT(sailormn);
+ UINT32 screen_update_cave(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/cave.c -----------*/
@@ -221,7 +222,7 @@ public:
-SCREEN_UPDATE_IND16( cave );
+
void cave_get_sprite_info(running_machine &machine);
void sailormn_tilebank_w(running_machine &machine, int bank);