summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarisy4.cpp')
-rw-r--r--src/mame/drivers/atarisy4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarisy4.cpp b/src/mame/drivers/atarisy4.cpp
index fc86e10a9c9..03efd5cb788 100644
--- a/src/mame/drivers/atarisy4.cpp
+++ b/src/mame/drivers/atarisy4.cpp
@@ -823,7 +823,7 @@ void atarisy4_state::atarisy4(machine_config &config)
m_screen->set_video_attributes(VIDEO_UPDATE_AFTER_VBLANK);
m_screen->set_screen_update(FUNC(atarisy4_state::screen_update_atarisy4));
- PALETTE(config, m_palette, 256);
+ PALETTE(config, m_palette).set_entries(256);
}
void airrace_state::airrace(machine_config &config)