summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ppmast93.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ppmast93.cpp')
-rw-r--r--src/mame/drivers/ppmast93.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ppmast93.cpp b/src/mame/drivers/ppmast93.cpp
index ed8d38628d9..a6cac4043bf 100644
--- a/src/mame/drivers/ppmast93.cpp
+++ b/src/mame/drivers/ppmast93.cpp
@@ -394,7 +394,7 @@ MACHINE_CONFIG_START(ppmast93_state::ppmast93)
MCFG_SCREEN_UPDATE_DRIVER(ppmast93_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_ppmast93)
+ GFXDECODE(config, m_gfxdecode, "palette", gfx_ppmast93);
PALETTE(config, "palette", palette_device::RGB_444_PROMS, "proms", 0x100);