summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cloud9.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cloud9.cpp')
-rw-r--r--src/mame/drivers/cloud9.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cloud9.cpp b/src/mame/drivers/cloud9.cpp
index 2db933026f4..0cc979e0227 100644
--- a/src/mame/drivers/cloud9.cpp
+++ b/src/mame/drivers/cloud9.cpp
@@ -393,7 +393,7 @@ INPUT_PORTS_END
*
*************************************/
-static GFXDECODE_START( cloud9 )
+static GFXDECODE_START( gfx_cloud9 )
GFXDECODE_ENTRY( "gfx1", 0x0000, gfx_16x16x4_planar, 0, 4 )
GFXDECODE_END
@@ -422,7 +422,7 @@ MACHINE_CONFIG_START(cloud9_state::cloud9)
MCFG_X2212_ADD_AUTOSAVE("nvram")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", cloud9)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_cloud9)
MCFG_PALETTE_ADD("palette", 64)
MCFG_SCREEN_ADD("screen", RASTER)