summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/channelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/channelf.h')
-rw-r--r--src/mame/includes/channelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/channelf.h b/src/mame/includes/channelf.h
index e603d5be966..d28b2dcb026 100644
--- a/src/mame/includes/channelf.h
+++ b/src/mame/includes/channelf.h
@@ -45,7 +45,7 @@ public:
uint8_t port_read_with_latch(uint8_t ext, uint8_t latch_state);
virtual void video_start() override;
virtual void machine_start() override;
- DECLARE_PALETTE_INIT(channelf);
+ void channelf_palette(palette_device &palette) const;
uint32_t screen_update_channelf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<channelf_sound_device> m_custom;