summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ohmygod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ohmygod.c')
-rw-r--r--src/mame/drivers/ohmygod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ohmygod.c b/src/mame/drivers/ohmygod.c
index 06d70a44a84..9c1fcf57db6 100644
--- a/src/mame/drivers/ohmygod.c
+++ b/src/mame/drivers/ohmygod.c
@@ -330,7 +330,7 @@ static MACHINE_CONFIG_START( ohmygod, ohmygod_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(64*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(12*8, (64-12)*8-1, 0*8, 30*8-1 )
- MCFG_SCREEN_UPDATE_STATIC(ohmygod)
+ MCFG_SCREEN_UPDATE_DRIVER(ohmygod_state, screen_update_ohmygod)
MCFG_GFXDECODE(ohmygod)
MCFG_PALETTE_LENGTH(1024)