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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/orbit.c b/src/mame/drivers/orbit.c
index 9f439a24f25..1d1596e89ac 100644
--- a/src/mame/drivers/orbit.c
+++ b/src/mame/drivers/orbit.c
@@ -302,8 +302,8 @@ static MACHINE_CONFIG_START( orbit, orbit_state )
MCFG_SCREEN_UPDATE_DRIVER(orbit_state, screen_update_orbit)
MCFG_GFXDECODE_ADD("gfxdecode", orbit)
- MCFG_PALETTE_LENGTH(2)
- MCFG_PALETTE_INIT_OVERRIDE(driver_device, black_and_white)
+
+ MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
/* sound hardware */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")