summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/plan80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/plan80.cpp')
-rw-r--r--src/mame/drivers/plan80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/plan80.cpp b/src/mame/drivers/plan80.cpp
index 773d2f2ebe0..7b0dcd634ed 100644
--- a/src/mame/drivers/plan80.cpp
+++ b/src/mame/drivers/plan80.cpp
@@ -248,7 +248,7 @@ MACHINE_CONFIG_START(plan80_state::plan80)
MCFG_SCREEN_VISIBLE_AREA(0, 48*6-1, 0, 32*8-1)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_plan80)
+ GFXDECODE(config, "gfxdecode", "palette", gfx_plan80);
PALETTE(config, "palette", palette_device::MONOCHROME);
MACHINE_CONFIG_END