summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-03-14 14:39:34 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-03-14 14:39:34 +0000
commitb5a348c7c1a37b55dc9bb2c57da9120dcb29cd15 (patch)
tree8cbf4677543966e90688ac82c01da72f745aa14d /src/mame/drivers/eolith.c
parent1c837826c7ab6f7a84c5ca358aca9aff9cca2b62 (diff)
Made palette settings for screen explicit and mandatory for ind16 mode (nw)
Diffstat (limited to 'src/mame/drivers/eolith.c')
-rw-r--r--src/mame/drivers/eolith.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/eolith.c b/src/mame/drivers/eolith.c
index 4c166abbdbd..0e57dfe145d 100644
--- a/src/mame/drivers/eolith.c
+++ b/src/mame/drivers/eolith.c
@@ -591,6 +591,7 @@ static MACHINE_CONFIG_START( eolith45, eolith_state )
MCFG_SCREEN_SIZE(512, 262)
MCFG_SCREEN_VISIBLE_AREA(0, 319, 0, 239)
MCFG_SCREEN_UPDATE_DRIVER(eolith_state, screen_update_eolith)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD_RRRRRGGGGGBBBBB("palette")