summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/btime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/btime.c')
-rw-r--r--src/mame/drivers/btime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/btime.c b/src/mame/drivers/btime.c
index c4f98504284..e4ed1ed99c0 100644
--- a/src/mame/drivers/btime.c
+++ b/src/mame/drivers/btime.c
@@ -1318,7 +1318,7 @@ static MACHINE_CONFIG_START( btime, btime_state )
MCFG_MACHINE_START_OVERRIDE(btime_state,btime)
MCFG_MACHINE_RESET_OVERRIDE(btime_state,btime)
- MCFG_GFXDECODE_ADD("gfxdecode", btime)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", btime)
MCFG_PALETTE_ADD("palette", 16)
MCFG_PALETTE_INIT_OWNER(btime_state,btime)