summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funkyjet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funkyjet.c')
-rw-r--r--src/mame/drivers/funkyjet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/funkyjet.c b/src/mame/drivers/funkyjet.c
index 6ead868c6b5..3a33702024e 100644
--- a/src/mame/drivers/funkyjet.c
+++ b/src/mame/drivers/funkyjet.c
@@ -345,7 +345,7 @@ static MACHINE_CONFIG_START( funkyjet, funkyjet_state )
MCFG_DECO16IC_ADD("tilegen1", funkyjet_deco16ic_tilegen1_intf)
MCFG_DECO16IC_GFXDECODE("gfxdecode")
MCFG_DECO16IC_PALETTE("palette")
-
+
MCFG_DEVICE_ADD("spritegen", DECO_SPRITE, 0)
decospr_device::set_gfx_region(*device, 2);
MCFG_DECO_SPRITE_GFXDECODE("gfxdecode")