summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchance.cpp')
-rw-r--r--src/mame/drivers/cchance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cchance.cpp b/src/mame/drivers/cchance.cpp
index 9b20cf0d609..f55bc9cde2c 100644
--- a/src/mame/drivers/cchance.cpp
+++ b/src/mame/drivers/cchance.cpp
@@ -220,8 +220,8 @@ MACHINE_CONFIG_START(cchance_state::cchance)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_cchance)
- MCFG_DEVICE_ADD("spritegen", SETA001_SPRITE, 0)
- MCFG_SETA001_SPRITE_GFXDECODE("gfxdecode")
+ SETA001_SPRITE(config, m_seta001, 0);
+ m_seta001->set_gfxdecode_tag("gfxdecode");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)