summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stv.cpp')
-rw-r--r--src/mame/drivers/stv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stv.cpp b/src/mame/drivers/stv.cpp
index 65c4793b3b2..6fe65d4c1bb 100644
--- a/src/mame/drivers/stv.cpp
+++ b/src/mame/drivers/stv.cpp
@@ -1109,7 +1109,7 @@ MACHINE_CONFIG_START(stv_state::stv)
MCFG_SCREEN_UPDATE_DRIVER(stv_state, screen_update_stv_vdp2)
MCFG_PALETTE_ADD("palette", 2048+(2048*2))//standard palette + extra memory for rgb brightness.
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", stv)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_stv)
MCFG_VIDEO_START_OVERRIDE(stv_state,stv_vdp2)