summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/upscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/upscope.c')
-rw-r--r--src/mame/drivers/upscope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/upscope.c b/src/mame/drivers/upscope.c
index 075ee623542..5fdb9292e81 100644
--- a/src/mame/drivers/upscope.c
+++ b/src/mame/drivers/upscope.c
@@ -327,8 +327,8 @@ static MACHINE_CONFIG_START( upscope, upscope_state )
MCFG_SCREEN_VISIBLE_AREA((129-8)*2, (449+8-1)*2, 44-8, 244+8-1)
MCFG_SCREEN_UPDATE_DRIVER(amiga_state, screen_update_amiga)
- MCFG_PALETTE_LENGTH(4096)
- MCFG_PALETTE_INIT_OVERRIDE(upscope_state,amiga)
+ MCFG_PALETTE_ADD("palette", 4096)
+ MCFG_PALETTE_INIT_OWNER(upscope_state,amiga)
MCFG_VIDEO_START_OVERRIDE(upscope_state,amiga)