summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/f1gp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/f1gp.c')
-rw-r--r--src/mame/video/f1gp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/f1gp.c b/src/mame/video/f1gp.c
index 513408df229..d2840a74b3d 100644
--- a/src/mame/video/f1gp.c
+++ b/src/mame/video/f1gp.c
@@ -359,7 +359,7 @@ SCREEN_UPDATE_IND16( f1gpb )
screen.machine().priority_bitmap.fill(0, cliprect);
- state->m_roz_tilemap->draw_roz(bitmap, cliprect,
+ state->m_roz_tilemap->draw_roz(bitmap, cliprect,
startx << 13, starty << 13,
incxx << 5, incxy << 5, incyx << 5, incyy << 5,
1, 0, 0);