summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/yunsung8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/yunsung8.c')
-rw-r--r--src/mame/drivers/yunsung8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/yunsung8.c b/src/mame/drivers/yunsung8.c
index c0ba0f4f71c..58ba1b8c9f9 100644
--- a/src/mame/drivers/yunsung8.c
+++ b/src/mame/drivers/yunsung8.c
@@ -515,7 +515,7 @@ static MACHINE_CONFIG_START( yunsung8, yunsung8_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(512, 256)
MCFG_SCREEN_VISIBLE_AREA(0+64, 512-64-1, 0+8, 256-8-1)
- MCFG_SCREEN_UPDATE_STATIC(yunsung8)
+ MCFG_SCREEN_UPDATE_DRIVER(yunsung8_state, screen_update_yunsung8)
MCFG_GFXDECODE(yunsung8)
MCFG_PALETTE_LENGTH(2048)