summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kingobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kingobox.c')
-rw-r--r--src/mame/drivers/kingobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kingobox.c b/src/mame/drivers/kingobox.c
index 10de29ec076..c1df39e9d66 100644
--- a/src/mame/drivers/kingobox.c
+++ b/src/mame/drivers/kingobox.c
@@ -490,7 +490,7 @@ static MACHINE_CONFIG_START( kingofb, kingofb_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(kingofb_state, screen_update_kingofb)
- MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", "palette", kingobox)
MCFG_PALETTE_ADD("palette", 256+8*2)