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 0745052ffd9..207f124c068 100644
--- a/src/mame/drivers/orbit.c
+++ b/src/mame/drivers/orbit.c
@@ -307,7 +307,7 @@ static MACHINE_CONFIG_START( orbit, orbit_state )
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK*2, 384*2, 0, 256*2, 261*2, 0, 240*2)
- MCFG_SCREEN_UPDATE_STATIC(orbit)
+ MCFG_SCREEN_UPDATE_DRIVER(orbit_state, screen_update_orbit)
MCFG_GFXDECODE(orbit)
MCFG_PALETTE_LENGTH(2)