summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vroulet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vroulet.cpp')
-rw-r--r--src/mame/drivers/vroulet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vroulet.cpp b/src/mame/drivers/vroulet.cpp
index 560e5a7f223..1234fed2828 100644
--- a/src/mame/drivers/vroulet.cpp
+++ b/src/mame/drivers/vroulet.cpp
@@ -264,7 +264,7 @@ static const gfx_layout charlayout =
/* Graphics Decode Information */
-static GFXDECODE_START( vroulet )
+static GFXDECODE_START( gfx_vroulet )
GFXDECODE_ENTRY( "gfx1", 0x0000, charlayout, 0, 32 )
GFXDECODE_END
@@ -304,7 +304,7 @@ MACHINE_CONFIG_START(vroulet_state::vroulet)
MCFG_SCREEN_UPDATE_DRIVER(vroulet_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", vroulet)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_vroulet)
MCFG_PALETTE_ADD("palette", 128*4)
// sound hardware