summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitojc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitojc.cpp')
-rw-r--r--src/mame/drivers/taitojc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitojc.cpp b/src/mame/drivers/taitojc.cpp
index 600f58cf1fb..43098187073 100644
--- a/src/mame/drivers/taitojc.cpp
+++ b/src/mame/drivers/taitojc.cpp
@@ -1113,7 +1113,7 @@ void taitojc_state::taitojc(machine_config &config)
m_screen->set_screen_update(FUNC(taitojc_state::screen_update_taitojc));
m_screen->set_palette(m_palette);
- PALETTE(config, m_palette, 32768);
+ PALETTE(config, m_palette).set_entries(32768);
TC0780FPA(config, m_tc0780fpa, 0);