summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zr107.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zr107.cpp')
-rw-r--r--src/mame/drivers/zr107.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zr107.cpp b/src/mame/drivers/zr107.cpp
index 1c41778ebbc..93d2492e745 100644
--- a/src/mame/drivers/zr107.cpp
+++ b/src/mame/drivers/zr107.cpp
@@ -812,7 +812,7 @@ void zr107_state::zr107(machine_config &config)
m_screen->set_visarea(0*8, 64*8-1, 0*8, 48*8-1);
m_screen->screen_vblank().set(FUNC(zr107_state::vblank));
- PALETTE(config, m_palette, 65536);
+ PALETTE(config, m_palette).set_entries(65536);
K001005(config, m_k001005, 0, m_k001006_1);