summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mugsmash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mugsmash.c')
-rw-r--r--src/mame/drivers/mugsmash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mugsmash.c b/src/mame/drivers/mugsmash.c
index 32f814583cf..0a7f88aa056 100644
--- a/src/mame/drivers/mugsmash.c
+++ b/src/mame/drivers/mugsmash.c
@@ -408,7 +408,7 @@ static MACHINE_CONFIG_START( mugsmash, mugsmash_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 1*8, 31*8-1)
MCFG_SCREEN_UPDATE_DRIVER(mugsmash_state, screen_update_mugsmash)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_GFXDECODE_ADD("gfxdecode", "palette", mugsmash)
MCFG_PALETTE_ADD("palette", 0x300)