summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/molecular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/molecular.cpp')
-rw-r--r--src/mame/drivers/molecular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/molecular.cpp b/src/mame/drivers/molecular.cpp
index fafed97a8b9..538cb78742b 100644
--- a/src/mame/drivers/molecular.cpp
+++ b/src/mame/drivers/molecular.cpp
@@ -323,7 +323,7 @@ MACHINE_CONFIG_START(molecula_state::molecula)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_molecula)
+ GFXDECODE(config, "gfxdecode", "palette", gfx_molecula);
PALETTE(config, "palette", FUNC(molecula_state::molecula_palette), 8);