diff options
Diffstat (limited to 'src/mame/includes/stlforce.h')
-rw-r--r-- | src/mame/includes/stlforce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/stlforce.h b/src/mame/includes/stlforce.h index f97e6e1ee5d..f0c49d09937 100644 --- a/src/mame/includes/stlforce.h +++ b/src/mame/includes/stlforce.h @@ -27,7 +27,7 @@ public: /*----------- defined in video/stlforce.c -----------*/ VIDEO_START( stlforce ); -VIDEO_UPDATE( stlforce ); +SCREEN_UPDATE( stlforce ); WRITE16_HANDLER( stlforce_tx_videoram_w ); WRITE16_HANDLER( stlforce_mhigh_videoram_w ); WRITE16_HANDLER( stlforce_mlow_videoram_w ); |