summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bmjr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bmjr.cpp')
-rw-r--r--src/mame/drivers/bmjr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bmjr.cpp b/src/mame/drivers/bmjr.cpp
index c10079ee803..3433b79859f 100644
--- a/src/mame/drivers/bmjr.cpp
+++ b/src/mame/drivers/bmjr.cpp
@@ -354,7 +354,7 @@ MACHINE_CONFIG_START(bmjr_state::bmjr)
MCFG_SCREEN_PALETTE("palette")
PALETTE(config, "palette", palette_device::BRG_3BIT);
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_bmjr)
+ GFXDECODE(config, "gfxdecode", "palette", gfx_bmjr);
/* Audio */
SPEAKER(config, "mono").front_center();