summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/plygonet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/plygonet.cpp')
-rw-r--r--src/mame/drivers/plygonet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/plygonet.cpp b/src/mame/drivers/plygonet.cpp
index c8f9225a389..40e0ce1edcc 100644
--- a/src/mame/drivers/plygonet.cpp
+++ b/src/mame/drivers/plygonet.cpp
@@ -504,7 +504,7 @@ static const gfx_layout bglayout =
128*8
};
-static GFXDECODE_START( plygonet )
+static GFXDECODE_START( gfx_plygonet )
GFXDECODE_ENTRY( "gfx2", 0, bglayout, 0x0000, 64 )
GFXDECODE_END
@@ -571,7 +571,7 @@ MACHINE_CONFIG_START(polygonet_state::plygonet)
MCFG_WATCHDOG_ADD("watchdog")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", plygonet)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_plygonet)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)