summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alien.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alien.c')
-rw-r--r--src/mame/drivers/alien.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alien.c b/src/mame/drivers/alien.c
index 3a6e15da595..29fd48a8e2c 100644
--- a/src/mame/drivers/alien.c
+++ b/src/mame/drivers/alien.c
@@ -90,7 +90,7 @@ static MACHINE_CONFIG_START( alien, alien_state )
MCFG_SCREEN_SIZE((32)*8, (32)*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1)
- MCFG_PALETTE_LENGTH(0x1000)
+ MCFG_PALETTE_ADD("palette", 0x1000)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")