summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bfm_adr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bfm_adr2.c')
-rw-r--r--src/mame/video/bfm_adr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bfm_adr2.c b/src/mame/video/bfm_adr2.c
index 300a27364aa..887fbdbd148 100644
--- a/src/mame/video/bfm_adr2.c
+++ b/src/mame/video/bfm_adr2.c
@@ -548,7 +548,7 @@ static MACHINE_CONFIG_FRAGMENT( adder2 )
MCFG_SCREEN_UPDATE_DEVICE(DEVICE_SELF, bfm_adder2_device, update_screen)
MCFG_PALETTE_ADD("palette", 16)
- MCFG_GFXDECODE_ADD("gfxdecode", adder2)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", adder2)
MCFG_CPU_ADD("adder2", M6809, ADDER_CLOCK/4 ) // adder2 board 6809 CPU at 2 Mhz
MCFG_CPU_PROGRAM_MAP(adder2_memmap) // setup adder2 board memorymap