summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firefox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/firefox.cpp')
-rw-r--r--src/mame/drivers/firefox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/firefox.cpp b/src/mame/drivers/firefox.cpp
index b90412d9c62..462ef5d8e2a 100644
--- a/src/mame/drivers/firefox.cpp
+++ b/src/mame/drivers/firefox.cpp
@@ -634,7 +634,7 @@ static const gfx_layout spritelayout =
32*8
};
-static GFXDECODE_START( firefox )
+static GFXDECODE_START( gfx_firefox )
GFXDECODE_ENTRY("tiles", 0, tilelayout, 0, 1)
GFXDECODE_ENTRY("sprites", 0, spritelayout, 256, 4)
GFXDECODE_END
@@ -688,7 +688,7 @@ MACHINE_CONFIG_START(firefox_state::firefox)
MCFG_WATCHDOG_TIME_INIT(attotime::from_hz(MASTER_XTAL/8/16/16/16/16))
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", firefox)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_firefox)
MCFG_PALETTE_ADD("palette", 512)
MCFG_LASERDISC_22VP931_ADD("laserdisc")