summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cps3.cpp')
-rw-r--r--src/mame/drivers/cps3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cps3.cpp b/src/mame/drivers/cps3.cpp
index fb11a6fcea6..10f9558b8e2 100644
--- a/src/mame/drivers/cps3.cpp
+++ b/src/mame/drivers/cps3.cpp
@@ -2532,7 +2532,7 @@ void cps3_state::cps3(machine_config &config)
*/
NVRAM(config, "eeprom", nvram_device::DEFAULT_ALL_0);
- PALETTE(config, m_palette, 0x10000); // actually 0x20000 ...
+ PALETTE(config, m_palette).set_entries(0x10000); // actually 0x20000 ...
GFXDECODE(config, m_gfxdecode, m_palette, gfxdecode_device::empty);