summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mirage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mirage.c')
-rw-r--r--src/mame/drivers/mirage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mirage.c b/src/mame/drivers/mirage.c
index 920c573a6e7..fcb1182b750 100644
--- a/src/mame/drivers/mirage.c
+++ b/src/mame/drivers/mirage.c
@@ -343,7 +343,7 @@ static MACHINE_CONFIG_START( mirage, miragemi_state )
MCFG_DECO16IC_PALETTE("palette")
MCFG_DEVICE_ADD("spritegen", DECO_SPRITE, 0)
- decospr_device::set_gfx_region(*device, 2);
+ MCFG_DECO_SPRITE_GFX_REGION(2)
MCFG_DECO_SPRITE_GFXDECODE("gfxdecode")
MCFG_DECO_SPRITE_PALETTE("palette")