summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fcombat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fcombat.h')
-rw-r--r--src/mame/includes/fcombat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/fcombat.h b/src/mame/includes/fcombat.h
index f6c5e443483..17ed6499ce4 100644
--- a/src/mame/includes/fcombat.h
+++ b/src/mame/includes/fcombat.h
@@ -85,7 +85,7 @@ private:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(fcombat);
+ void fcombat_palette(palette_device &palette) const;
uint32_t screen_update_fcombat(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void audio_map(address_map &map);
void main_map(address_map &map);