summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/news.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/news.c')
-rw-r--r--src/mame/drivers/news.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/news.c b/src/mame/drivers/news.c
index 45d04f348be..d3621628ab9 100644
--- a/src/mame/drivers/news.c
+++ b/src/mame/drivers/news.c
@@ -139,7 +139,7 @@ static MACHINE_CONFIG_START( news, news_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 16, 256-16-1)
- MCFG_SCREEN_UPDATE_STATIC(news)
+ MCFG_SCREEN_UPDATE_DRIVER(news_state, screen_update_news)
MCFG_GFXDECODE(news)
MCFG_PALETTE_LENGTH(0x100)