summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m72.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m72.cpp')
-rw-r--r--src/mame/drivers/m72.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m72.cpp b/src/mame/drivers/m72.cpp
index 331d1d8d339..0ce6cad4fc5 100644
--- a/src/mame/drivers/m72.cpp
+++ b/src/mame/drivers/m72.cpp
@@ -1844,7 +1844,7 @@ MACHINE_CONFIG_START(m72_state::m72_base)
/* video hardware */
GFXDECODE(config, m_gfxdecode, m_palette, gfx_m72);
- PALETTE(config, m_palette, 512);
+ PALETTE(config, m_palette).set_entries(512);
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
m_screen->set_raw(MASTER_CLOCK/4, 512, 64, 448, 284, 0, 256);