summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eolith.c')
-rw-r--r--src/mame/drivers/eolith.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/eolith.c b/src/mame/drivers/eolith.c
index 8ccf2ede085..4c166abbdbd 100644
--- a/src/mame/drivers/eolith.c
+++ b/src/mame/drivers/eolith.c
@@ -592,8 +592,7 @@ static MACHINE_CONFIG_START( eolith45, eolith_state )
MCFG_SCREEN_VISIBLE_AREA(0, 319, 0, 239)
MCFG_SCREEN_UPDATE_DRIVER(eolith_state, screen_update_eolith)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, RRRRR_GGGGG_BBBBB)
- MCFG_PALETTE_LENGTH(32768)
+ MCFG_PALETTE_ADD_RRRRRGGGGGBBBBB("palette")
MCFG_VIDEO_START_OVERRIDE(eolith_state,eolith)