summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/orion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/orion.c')
-rw-r--r--src/mess/drivers/orion.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/drivers/orion.c b/src/mess/drivers/orion.c
index 9383b60b5e4..b4bc1a26293 100644
--- a/src/mess/drivers/orion.c
+++ b/src/mess/drivers/orion.c
@@ -111,8 +111,8 @@ static MACHINE_CONFIG_START( orion128, orion_state )
MCFG_SCREEN_VISIBLE_AREA(0, 384-1, 0, 256-1)
MCFG_SCREEN_UPDATE_DRIVER(orion_state, screen_update_orion128)
- MCFG_PALETTE_LENGTH(18)
- MCFG_PALETTE_INIT_OVERRIDE(orion_state, orion128 )
+ MCFG_PALETTE_ADD("palette", 18)
+ MCFG_PALETTE_INIT_OWNER(orion_state, orion128 )
MCFG_VIDEO_START_OVERRIDE(orion_state,orion128)
@@ -174,8 +174,8 @@ static MACHINE_CONFIG_START( orionz80, orion_state )
MCFG_SCREEN_VISIBLE_AREA(0, 384-1, 0, 256-1)
MCFG_SCREEN_UPDATE_DRIVER(orion_state, screen_update_orion128)
- MCFG_PALETTE_LENGTH(18)
- MCFG_PALETTE_INIT_OVERRIDE(orion_state, orion128 )
+ MCFG_PALETTE_ADD("palette", 18)
+ MCFG_PALETTE_INIT_OWNER(orion_state, orion128 )
MCFG_VIDEO_START_OVERRIDE(orion_state,orion128)
@@ -236,8 +236,8 @@ static MACHINE_CONFIG_START( orionpro, orion_state )
MCFG_SCREEN_VISIBLE_AREA(0, 384-1, 0, 256-1)
MCFG_SCREEN_UPDATE_DRIVER(orion_state, screen_update_orion128)
- MCFG_PALETTE_LENGTH(18)
- MCFG_PALETTE_INIT_OVERRIDE(orion_state, orion128 )
+ MCFG_PALETTE_ADD("palette", 18)
+ MCFG_PALETTE_INIT_OWNER(orion_state, orion128 )
MCFG_VIDEO_START_OVERRIDE(orion_state,orion128)