summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fp200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fp200.cpp')
-rw-r--r--src/mame/drivers/fp200.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fp200.cpp b/src/mame/drivers/fp200.cpp
index f8189ac1b00..121cac00a63 100644
--- a/src/mame/drivers/fp200.cpp
+++ b/src/mame/drivers/fp200.cpp
@@ -547,7 +547,7 @@ static const gfx_layout charlayout =
8*8
};
-static GFXDECODE_START( fp200 )
+static GFXDECODE_START( gfx_fp200 )
GFXDECODE_ENTRY( "chargen", 0, charlayout, 0, 1 )
GFXDECODE_END
@@ -602,7 +602,7 @@ MACHINE_CONFIG_START(fp200_state::fp200)
MCFG_SCREEN_VISIBLE_AREA(0*8, 20*8-1, 0*8, 8*8-1)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", fp200)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_fp200)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(fp200_state, fp200)