summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xorworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xorworld.c')
-rw-r--r--src/mame/drivers/xorworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xorworld.c b/src/mame/drivers/xorworld.c
index 34c95b30a69..b298290d980 100644
--- a/src/mame/drivers/xorworld.c
+++ b/src/mame/drivers/xorworld.c
@@ -188,7 +188,7 @@ static MACHINE_CONFIG_START( xorworld, xorworld_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(xorworld)
+ MCFG_SCREEN_UPDATE_DRIVER(xorworld_state, screen_update_xorworld)
MCFG_GFXDECODE(xorworld)
MCFG_PALETTE_LENGTH(256)