summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/saturn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/saturn.cpp')
-rw-r--r--src/mame/drivers/saturn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/saturn.cpp b/src/mame/drivers/saturn.cpp
index 373b2a2bbc8..07a3a76d090 100644
--- a/src/mame/drivers/saturn.cpp
+++ b/src/mame/drivers/saturn.cpp
@@ -832,7 +832,7 @@ MACHINE_CONFIG_START(sat_console_state::saturn)
MCFG_SCREEN_UPDATE_DRIVER(sat_console_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(sat_console_state,stv_vdp2)