summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/changela.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/changela.cpp')
-rw-r--r--src/mame/drivers/changela.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/changela.cpp b/src/mame/drivers/changela.cpp
index 36f68cafb3d..ba0966fc417 100644
--- a/src/mame/drivers/changela.cpp
+++ b/src/mame/drivers/changela.cpp
@@ -444,8 +444,7 @@ void changela_state::changela(machine_config &config)
m_screen->set_screen_update(FUNC(changela_state::screen_update_changela));
m_screen->set_palette(m_palette);
- PALETTE(config, m_palette, 0x40);
-
+ PALETTE(config, m_palette).set_entries(0x40);
SPEAKER(config, "mono").front_center();