summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/dmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/dmv.c')
-rw-r--r--src/mess/drivers/dmv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/dmv.c b/src/mess/drivers/dmv.c
index 7d42154522b..c15f1caa286 100644
--- a/src/mess/drivers/dmv.c
+++ b/src/mess/drivers/dmv.c
@@ -332,8 +332,7 @@ static MACHINE_CONFIG_START( dmv, dmv_state )
MCFG_SCREEN_VISIBLE_AREA(0, 640-1, 0, 480-1)
MCFG_GFXDECODE_ADD("gfxdecode", dmv)
- MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, black_and_white)
+ MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
MCFG_DEFAULT_LAYOUT(layout_dmv)
// devices