summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hexion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hexion.cpp')
-rw-r--r--src/mame/drivers/hexion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hexion.cpp b/src/mame/drivers/hexion.cpp
index bf4a8f3740e..4ee5a13f505 100644
--- a/src/mame/drivers/hexion.cpp
+++ b/src/mame/drivers/hexion.cpp
@@ -228,7 +228,7 @@ static const gfx_layout charlayout =
16*8
};
-static GFXDECODE_START( hexion )
+static GFXDECODE_START( gfx_hexion )
GFXDECODE_ENTRY( "gfx1", 0, charlayout, 0, 16 )
GFXDECODE_END
@@ -274,7 +274,7 @@ MACHINE_CONFIG_START(hexion_state::hexion)
MCFG_SCREEN_UPDATE_DRIVER(hexion_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", hexion)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_hexion)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
/* sound hardware */