summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scv.cpp')
-rw-r--r--src/mame/drivers/scv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/scv.cpp b/src/mame/drivers/scv.cpp
index 00f5d6cf6df..e854a1d9fb2 100644
--- a/src/mame/drivers/scv.cpp
+++ b/src/mame/drivers/scv.cpp
@@ -642,7 +642,7 @@ static const gfx_layout scv_charlayout =
8*8 /* every char takes 8 bytes */
};
-static GFXDECODE_START( scv )
+static GFXDECODE_START( gfx_scv )
GFXDECODE_ENTRY( "charrom", 0x0000, scv_charlayout, 0, 8 )
GFXDECODE_END
@@ -673,7 +673,7 @@ MACHINE_CONFIG_START(scv_state::scv)
MCFG_SCREEN_UPDATE_DRIVER(scv_state, screen_update_scv)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", scv)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_scv)
MCFG_PALETTE_ADD( "palette", 16 )
MCFG_PALETTE_INIT_OWNER(scv_state, scv)