summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/combatsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/combatsc.h')
-rw-r--r--src/mame/includes/combatsc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/combatsc.h b/src/mame/includes/combatsc.h
index a20e21756e4..798da2fd520 100644
--- a/src/mame/includes/combatsc.h
+++ b/src/mame/includes/combatsc.h
@@ -111,10 +111,10 @@ public:
virtual void machine_reset() override;
DECLARE_MACHINE_START(combatsc);
DECLARE_VIDEO_START(combatsc);
- DECLARE_PALETTE_INIT(combatsc);
+ void combatsc_palette(palette_device &palette) const;
DECLARE_MACHINE_START(combatscb);
DECLARE_VIDEO_START(combatscb);
- DECLARE_PALETTE_INIT(combatscb);
+ void combatscb_palette(palette_device &palette) const;
uint32_t screen_update_combatsc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_combatscb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, const uint8_t *source, int circuit, bitmap_ind8 &priority_bitmap, uint32_t pri_mask );