summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcw.cpp')
-rw-r--r--src/mame/drivers/pcw.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/pcw.cpp b/src/mame/drivers/pcw.cpp
index c0f1a3626f1..43f851910ec 100644
--- a/src/mame/drivers/pcw.cpp
+++ b/src/mame/drivers/pcw.cpp
@@ -1254,8 +1254,7 @@ void pcw_state::pcw(machine_config &config)
m_screen->set_screen_update(FUNC(pcw_state::screen_update_pcw));
m_screen->set_palette(m_palette);
- PALETTE(config, m_palette, PCW_NUM_COLOURS);
- m_palette->set_init(palette_init_delegate(FUNC(pcw_state::palette_init_pcw), this));
+ PALETTE(config, m_palette, FUNC(pcw_state::pcw_colours), PCW_NUM_COLOURS);
/* sound hardware */
SPEAKER(config, "mono").front_center();