summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/concept.c
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-07-15 08:58:49 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-07-15 08:58:49 +0000
commit1d806c7854e972404489fa9e0db8642dd3de3649 (patch)
tree4e7abfc6948b3711664c2dfe92d609ab9ea2136d /src/mess/drivers/concept.c
parent856227325e060dd5ddd3be9291b09a190ff95ebf (diff)
modernized generic palette initializations (nw)
Diffstat (limited to 'src/mess/drivers/concept.c')
-rw-r--r--src/mess/drivers/concept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/concept.c b/src/mess/drivers/concept.c
index 71402ad765a..d65a3fc94d9 100644
--- a/src/mess/drivers/concept.c
+++ b/src/mess/drivers/concept.c
@@ -222,7 +222,7 @@ static MACHINE_CONFIG_START( concept, concept_state )
MCFG_SCREEN_UPDATE_DRIVER(concept_state, screen_update_concept)
MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT(black_and_white)
+ MCFG_PALETTE_INIT_OVERRIDE(driver_device, black_and_white)
/* no sound? */