summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/8080bw.h')
-rw-r--r--src/mame/includes/8080bw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index ab9195e1c3f..ae5afda1711 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -177,8 +177,8 @@ private:
DECLARE_MACHINE_RESET(schaser_sh);
DECLARE_MACHINE_START(claybust);
- DECLARE_PALETTE_INIT(rollingc);
- DECLARE_PALETTE_INIT(sflush);
+ void rollingc_palette(palette_device &palette) const;
+ void sflush_palette(palette_device &palette) const;
uint32_t screen_update_invadpt2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_cosmo(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);