diff options
Diffstat (limited to 'src/mame/drivers/fuukifg3.cpp')
-rw-r--r-- | src/mame/drivers/fuukifg3.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fuukifg3.cpp b/src/mame/drivers/fuukifg3.cpp index cf3cf8f50c6..8f0a6ee5e85 100644 --- a/src/mame/drivers/fuukifg3.cpp +++ b/src/mame/drivers/fuukifg3.cpp @@ -553,8 +553,8 @@ MACHINE_CONFIG_START(fuuki32_state::fuuki32) MCFG_PALETTE_ADD("palette", 0x4000 / 2) MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB) - MCFG_DEVICE_ADD("fuukivid", FUUKI_VIDEO, 0) - MCFG_FUUKI_VIDEO_GFXDECODE("gfxdecode") + FUUKI_VIDEO(config, m_fuukivid, 0); + m_fuukivid->set_gfxdecode_tag(m_gfxdecode); /* sound hardware */ SPEAKER(config, "lspeaker").front_left(); |