summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gpworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gpworld.c')
-rw-r--r--src/mame/drivers/gpworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gpworld.c b/src/mame/drivers/gpworld.c
index 5a1eca1fef6..d4df38ef4ae 100644
--- a/src/mame/drivers/gpworld.c
+++ b/src/mame/drivers/gpworld.c
@@ -498,7 +498,7 @@ static MACHINE_CONFIG_START( gpworld, gpworld_state )
/* video hardware */
MCFG_LASERDISC_SCREEN_ADD_NTSC("screen", "laserdisc")
- MCFG_GFXDECODE_ADD("gfxdecode", gpworld)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", gpworld)
MCFG_PALETTE_ADD("palette", 1024)
/* sound hardware */