summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ironhors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ironhors.c')
-rw-r--r--src/mame/drivers/ironhors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ironhors.c b/src/mame/drivers/ironhors.c
index bda50958d64..d0050771b19 100644
--- a/src/mame/drivers/ironhors.c
+++ b/src/mame/drivers/ironhors.c
@@ -386,8 +386,8 @@ static MACHINE_CONFIG_START( ironhors, ironhors_state )
MCFG_SCREEN_UPDATE_DRIVER(ironhors_state, screen_update_ironhors)
MCFG_GFXDECODE_ADD("gfxdecode", ironhors)
- MCFG_PALETTE_LENGTH(16*8*16+16*8*16)
-
+ MCFG_PALETTE_ADD("palette", 16*8*16+16*8*16)
+ MCFG_PALETTE_INIT_OWNER(ironhors_state, ironhors)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")