summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ohmygod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ohmygod.c')
-rw-r--r--src/mame/drivers/ohmygod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ohmygod.c b/src/mame/drivers/ohmygod.c
index 125966b6deb..0b993e22b94 100644
--- a/src/mame/drivers/ohmygod.c
+++ b/src/mame/drivers/ohmygod.c
@@ -331,7 +331,7 @@ static MACHINE_CONFIG_START( ohmygod, ohmygod_state )
MCFG_SCREEN_UPDATE_DRIVER(ohmygod_state, screen_update_ohmygod)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", ohmygod)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ohmygod)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_PALETTE_FORMAT(xGGGGGRRRRRBBBBB)