summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ipds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ipds.cpp')
-rw-r--r--src/mame/drivers/ipds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ipds.cpp b/src/mame/drivers/ipds.cpp
index 7a99b8f3883..3eb42366556 100644
--- a/src/mame/drivers/ipds.cpp
+++ b/src/mame/drivers/ipds.cpp
@@ -147,7 +147,7 @@ MACHINE_CONFIG_START(ipds_state::ipds)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
MCFG_SCREEN_SIZE(640, 480)
MCFG_SCREEN_VISIBLE_AREA(0, 640-1, 0, 480-1)
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_ipds)
+ GFXDECODE(config, "gfxdecode", m_palette, gfx_ipds);
PALETTE(config, m_palette, palette_device::MONOCHROME);
I8275(config, m_crtc, XTAL(19'660'800) / 4);