summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arabian.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/arabian.c')
-rw-r--r--src/mame/drivers/arabian.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/arabian.c b/src/mame/drivers/arabian.c
index e57321501a5..77362ae8aa6 100644
--- a/src/mame/drivers/arabian.c
+++ b/src/mame/drivers/arabian.c
@@ -371,8 +371,8 @@ static MACHINE_CONFIG_START( arabian, arabian_state )
MCFG_SCREEN_VISIBLE_AREA(0, 255, 11, 244)
MCFG_SCREEN_UPDATE_DRIVER(arabian_state, screen_update_arabian)
- MCFG_PALETTE_LENGTH(256*32)
-
+ MCFG_PALETTE_ADD("palette", 256*32)
+ MCFG_PALETTE_INIT_OWNER(arabian_state, arabian)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")