summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funybubl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funybubl.cpp')
-rw-r--r--src/mame/drivers/funybubl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/funybubl.cpp b/src/mame/drivers/funybubl.cpp
index 1dbcf2e487c..27e39a2d434 100644
--- a/src/mame/drivers/funybubl.cpp
+++ b/src/mame/drivers/funybubl.cpp
@@ -198,7 +198,7 @@ static const gfx_layout tiles16x16x8_2_layout =
};
-static GFXDECODE_START( funybubl )
+static GFXDECODE_START( gfx_funybubl )
GFXDECODE_ENTRY( "gfx1", 0, tiles16x16x8_1_layout, 0, 16 )
GFXDECODE_ENTRY( "gfx2", 0, tiles16x16x8_2_layout, 0, 16 )
GFXDECODE_END
@@ -241,7 +241,7 @@ MACHINE_CONFIG_START(funybubl_state::funybubl)
MCFG_SCREEN_UPDATE_DRIVER(funybubl_state, screen_update_funybubl)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", funybubl)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_funybubl)
MCFG_PALETTE_ADD("palette", 0x400)