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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/cave.h b/src/mame/includes/cave.h
index 5981b6d23a7..6b11383cdf3 100644
--- a/src/mame/includes/cave.h
+++ b/src/mame/includes/cave.h
@@ -145,13 +145,13 @@ private:
DECLARE_VIDEO_START(cave_3_layers);
DECLARE_VIDEO_START(cave_4_layers);
DECLARE_VIDEO_START(sailormn_3_layers);
- void palette_init_cave(palette_device &palette);
- void palette_init_dfeveron(palette_device &palette);
- void palette_init_korokoro(palette_device &palette);
- void palette_init_mazinger(palette_device &palette);
- void palette_init_pwrinst2(palette_device &palette);
- void palette_init_sailormn(palette_device &palette);
- void palette_init_ppsatan(palette_device &palette);
+ void cave_palette(palette_device &palette);
+ void dfeveron_palette(palette_device &palette);
+ void korokoro_palette(palette_device &palette);
+ void mazinger_palette(palette_device &palette);
+ void pwrinst2_palette(palette_device &palette);
+ void sailormn_palette(palette_device &palette);
+ void ppsatan_palette(palette_device &palette);
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_ppsatan_core (screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect, int chip);
uint32_t screen_update_ppsatan_top (screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);