summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gotcha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gotcha.c')
-rw-r--r--src/mame/drivers/gotcha.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/gotcha.c b/src/mame/drivers/gotcha.c
index ed4e1a97746..c34f870ee23 100644
--- a/src/mame/drivers/gotcha.c
+++ b/src/mame/drivers/gotcha.c
@@ -281,9 +281,9 @@ static MACHINE_CONFIG_START( gotcha, gotcha_state )
MCFG_DEVICE_ADD("spritegen", DECO_SPRITE, 0)
- decospr_device::set_gfx_region(*device, 1);
- decospr_device::set_is_bootleg(*device, true);
- decospr_device::set_offsets(*device, 5,-1); // aligned to 2nd instruction screen in attract
+ MCFG_DECO_SPRITE_GFX_REGION(1)
+ MCFG_DECO_SPRITE_ISBOOTLEG(true)
+ MCFG_DECO_SPRITE_OFFSETS(5, -1) // aligned to 2nd instruction screen in attract
MCFG_DECO_SPRITE_GFXDECODE("gfxdecode")
MCFG_DECO_SPRITE_PALETTE("palette")