summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cloak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cloak.cpp')
-rw-r--r--src/mame/drivers/cloak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cloak.cpp b/src/mame/drivers/cloak.cpp
index 3825566f4ad..12380e6dfde 100644
--- a/src/mame/drivers/cloak.cpp
+++ b/src/mame/drivers/cloak.cpp
@@ -348,7 +348,7 @@ void cloak_state::cloak(machine_config &config)
m_screen->set_palette(m_palette);
GFXDECODE(config, m_gfxdecode, m_palette, gfx_cloak);
- PALETTE(config, m_palette, 64);
+ PALETTE(config, m_palette).set_entries(64);
/* sound hardware */
SPEAKER(config, "mono").front_center();