summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/orbit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orbit.c')
-rw-r--r--src/mame/drivers/orbit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/orbit.c b/src/mame/drivers/orbit.c
index 9fbb32fa52c..7e66d7145e6 100644
--- a/src/mame/drivers/orbit.c
+++ b/src/mame/drivers/orbit.c
@@ -302,7 +302,7 @@ static MACHINE_CONFIG_START( orbit, orbit_state )
MCFG_SCREEN_UPDATE_DRIVER(orbit_state, screen_update_orbit)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", orbit)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", orbit)
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")