summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aristmk6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aristmk6.cpp')
-rw-r--r--src/mame/drivers/aristmk6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aristmk6.cpp b/src/mame/drivers/aristmk6.cpp
index c731c6c6554..e78eda78a1c 100644
--- a/src/mame/drivers/aristmk6.cpp
+++ b/src/mame/drivers/aristmk6.cpp
@@ -364,7 +364,7 @@ void aristmk6_state::aristmk6(machine_config &config)
screen.set_visarea(0, 640-1, 0, 480-1);
screen.set_screen_update(FUNC(aristmk6_state::screen_update_aristmk6));
- PALETTE(config, m_palette, 0x1000);
+ PALETTE(config, m_palette).set_entries(0x1000);
}
#define ROM_LOAD32_WORD_BIOS(bios, name, offset, length, hash) \