summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/st0016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/st0016.cpp')
-rw-r--r--src/mame/machine/st0016.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/st0016.cpp b/src/mame/machine/st0016.cpp
index f07424147e5..17cf6e660be 100644
--- a/src/mame/machine/st0016.cpp
+++ b/src/mame/machine/st0016.cpp
@@ -124,7 +124,7 @@ void st0016_cpu_device::device_add_mconfig(machine_config &config)
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
- PALETTE(config, "palette", 16*16*4+1);
+ PALETTE(config, "palette").set_entries(16*16*4+1);
st0016_device &stsnd(ST0016(config, "stsnd", 0));
stsnd.ram_read().set(FUNC(st0016_cpu_device::soundram_read));