summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/lisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/lisa.c')
-rw-r--r--src/mess/drivers/lisa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/lisa.c b/src/mess/drivers/lisa.c
index 3f08c546c6b..eeb116acc64 100644
--- a/src/mess/drivers/lisa.c
+++ b/src/mess/drivers/lisa.c
@@ -152,8 +152,7 @@ static MACHINE_CONFIG_START( lisa, lisa_state )
MCFG_SCREEN_VISIBLE_AREA(0, 720-1, 0, 364-1)
MCFG_SCREEN_UPDATE_DRIVER(lisa_state, screen_update_lisa)
- MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, black_and_white)
+ MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
/* sound hardware */