summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/powerins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/powerins.c')
-rw-r--r--src/mame/drivers/powerins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/powerins.c b/src/mame/drivers/powerins.c
index 49af36b87f4..f8d65e9d4a9 100644
--- a/src/mame/drivers/powerins.c
+++ b/src/mame/drivers/powerins.c
@@ -355,7 +355,7 @@ static MACHINE_CONFIG_START( powerins, powerins_state )
MCFG_SCREEN_UPDATE_DRIVER(powerins_state, screen_update_powerins)
MCFG_GFXDECODE_ADD("gfxdecode", powerins)
- MCFG_PALETTE_LENGTH(2048)
+ MCFG_PALETTE_ADD("palette", 2048)
/* sound hardware */