summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goindol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goindol.cpp')
-rw-r--r--src/mame/drivers/goindol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/goindol.cpp b/src/mame/drivers/goindol.cpp
index 27079b3177f..83adf775fff 100644
--- a/src/mame/drivers/goindol.cpp
+++ b/src/mame/drivers/goindol.cpp
@@ -212,7 +212,7 @@ static const gfx_layout charlayout =
8*8
};
-static GFXDECODE_START( goindol )
+static GFXDECODE_START( gfx_goindol )
GFXDECODE_ENTRY( "gfx1", 0, charlayout, 0, 32 )
GFXDECODE_ENTRY( "gfx2", 0, charlayout, 0, 32 )
GFXDECODE_END
@@ -256,7 +256,7 @@ MACHINE_CONFIG_START(goindol_state::goindol)
MCFG_SCREEN_UPDATE_DRIVER(goindol_state, screen_update_goindol)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", goindol)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_goindol)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
/* sound hardware */