summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/popobear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/popobear.cpp')
-rw-r--r--src/mame/drivers/popobear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/popobear.cpp b/src/mame/drivers/popobear.cpp
index 52f28ccca92..9739224ef84 100644
--- a/src/mame/drivers/popobear.cpp
+++ b/src/mame/drivers/popobear.cpp
@@ -663,7 +663,7 @@ MACHINE_CONFIG_START(popobear_state::popobear)
SPEAKER(config, "mono").front_center();
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_popobear)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_popobear);
MCFG_DEVICE_ADD("ymsnd", YM2413, XTAL(42'000'000)/16) // XTAL CORRECT, DIVISOR GUESSED
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)