summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bntyhunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bntyhunt.c')
-rw-r--r--src/mame/drivers/bntyhunt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bntyhunt.c b/src/mame/drivers/bntyhunt.c
index 5efe3cc2685..7b41d2919cb 100644
--- a/src/mame/drivers/bntyhunt.c
+++ b/src/mame/drivers/bntyhunt.c
@@ -59,7 +59,7 @@ static MACHINE_CONFIG_START( bntyhunt, bntyhunt_state )
MCFG_SCREEN_SIZE(64*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 64*8-1, 0*8, 32*8-1)
- MCFG_PALETTE_LENGTH(0x100)
+ MCFG_PALETTE_ADD("palette", 0x100)
MACHINE_CONFIG_END