summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/runaway.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/runaway.c')
-rw-r--r--src/mame/drivers/runaway.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/runaway.c b/src/mame/drivers/runaway.c
index 6835aa35883..46f10e5ba93 100644
--- a/src/mame/drivers/runaway.c
+++ b/src/mame/drivers/runaway.c
@@ -361,7 +361,7 @@ static MACHINE_CONFIG_START( runaway, runaway_state )
MCFG_SCREEN_UPDATE_DRIVER(runaway_state, screen_update_runaway)
MCFG_GFXDECODE_ADD("gfxdecode", runaway)
- MCFG_PALETTE_LENGTH(16)
+ MCFG_PALETTE_ADD("palette", 16)
/* sound hardware */