summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/statriv2.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-01-07 03:36:29 +1100
committer Vas Crabb <vas@vastheman.com>2019-01-07 03:36:29 +1100
commitfc59d08474bd285c17829b6b984213ee89832f12 (patch)
treecf46d1d5c69cb682b734a5a55e91b53ff9b79053 /src/mame/drivers/statriv2.cpp
parent486304da37674b20cad77426d144e1de985bbbdf (diff)
get rid of the rest of the digfx MCFG as well (nw)
Diffstat (limited to 'src/mame/drivers/statriv2.cpp')
-rw-r--r--src/mame/drivers/statriv2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/statriv2.cpp b/src/mame/drivers/statriv2.cpp
index 286765200a4..d93d7ee5524 100644
--- a/src/mame/drivers/statriv2.cpp
+++ b/src/mame/drivers/statriv2.cpp
@@ -650,7 +650,7 @@ MACHINE_CONFIG_START(statriv2_state::statriv2v)
MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK/2, 392, 0, 256, 262, 0, 256)
MCFG_VIDEO_START_OVERRIDE(statriv2_state, vertical)
- MCFG_GFXDECODE_MODIFY("gfxdecode", gfx_vertical)
+ m_gfxdecode->set_info(gfx_vertical);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(statriv2_state::funcsino)