diff options
Diffstat (limited to 'src/mame/includes/bottom9.h')
-rw-r--r-- | src/mame/includes/bottom9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bottom9.h b/src/mame/includes/bottom9.h index 022784aa16c..e6b3220cd86 100644 --- a/src/mame/includes/bottom9.h +++ b/src/mame/includes/bottom9.h @@ -38,4 +38,4 @@ extern void bottom9_sprite_callback(running_machine *machine, int *code,int *col extern void bottom9_zoom_callback(running_machine *machine, int *code,int *color,int *flags); VIDEO_START( bottom9 ); -VIDEO_UPDATE( bottom9 ); +SCREEN_UPDATE( bottom9 ); |