summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vpoker.cpp')
-rw-r--r--src/mame/drivers/vpoker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vpoker.cpp b/src/mame/drivers/vpoker.cpp
index 466c0bdafb5..f157a580fad 100644
--- a/src/mame/drivers/vpoker.cpp
+++ b/src/mame/drivers/vpoker.cpp
@@ -621,7 +621,7 @@ static const gfx_layout charlayout =
16*16
};
-static GFXDECODE_START( vpoker )
+static GFXDECODE_START( gfx_vpoker )
GFXDECODE_ENTRY( "gfx1", 0, charlayout, 0, 1 )
GFXDECODE_END
@@ -647,7 +647,7 @@ MACHINE_CONFIG_START(vpoker_state::vpoker)
MCFG_SCREEN_UPDATE_DRIVER(vpoker_state, screen_update_vpoker)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", vpoker)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_vpoker)
MCFG_PALETTE_ADD_3BIT_GBR("palette")