summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pyl601.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pyl601.c')
-rw-r--r--src/mess/drivers/pyl601.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/pyl601.c b/src/mess/drivers/pyl601.c
index b1edae25d4e..aeb9d95bf16 100644
--- a/src/mess/drivers/pyl601.c
+++ b/src/mess/drivers/pyl601.c
@@ -567,8 +567,7 @@ static MACHINE_CONFIG_START( pyl601, pyl601_state )
MCFG_SCREEN_VISIBLE_AREA(0, 640 - 1, 0, 200 - 1)
MCFG_SCREEN_UPDATE_DEVICE("crtc", mc6845_device, screen_update)
MCFG_GFXDECODE_ADD("gfxdecode", pyl601)
- MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, monochrome_green)
+ MCFG_PALETTE_ADD_MONOCHROME_GREEN("palette")
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")