summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x68k.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/x68k.c')
-rw-r--r--src/mess/drivers/x68k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/x68k.c b/src/mess/drivers/x68k.c
index d3921946fdf..7c712f4d470 100644
--- a/src/mess/drivers/x68k.c
+++ b/src/mess/drivers/x68k.c
@@ -2765,7 +2765,7 @@ static MACHINE_CONFIG_FRAGMENT( x68000_base )
// MCFG_GFXDECODE(x68k)
MCFG_SCREEN_SIZE(1096, 568) // inital setting
MCFG_SCREEN_VISIBLE_AREA(0, 767, 0, 511)
- MCFG_SCREEN_UPDATE_STATIC( x68000 )
+ MCFG_SCREEN_UPDATE_DRIVER(x68k_state, screen_update_x68000)
MCFG_PALETTE_LENGTH(65536)
MCFG_PALETTE_INIT_OVERRIDE(x68k_state, x68000 )