summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bosco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bosco.cpp')
-rw-r--r--src/mame/video/bosco.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/bosco.cpp b/src/mame/video/bosco.cpp
index 72c3670d2c0..62b366cebf9 100644
--- a/src/mame/video/bosco.cpp
+++ b/src/mame/video/bosco.cpp
@@ -249,14 +249,14 @@ uint32_t bosco_state::screen_update_bosco(screen_device &screen, bitmap_ind16 &b
fg_clip &= cliprect;
bitmap.fill(m_palette->black_pen(), cliprect);
- m_starfield->draw_starfield(bitmap,bg_clip,flip);
+ m_starfield->draw_starfield(bitmap, bg_clip, flip);
- draw_sprites(bitmap,bg_clip,flip);
+ draw_sprites(bitmap, bg_clip, flip);
- m_bg_tilemap->draw(screen, bitmap, bg_clip, 0);
- m_fg_tilemap->draw(screen, bitmap, fg_clip, 0);
+ m_bg_tilemap->draw(screen, bitmap, bg_clip);
+ m_fg_tilemap->draw(screen, bitmap, fg_clip);
- draw_bullets(bitmap,cliprect,flip);
+ draw_bullets(bitmap, cliprect, flip);
/* It looks like H offsets 221-223 are skipped over, moving the radar tilemap
(including the 'bullets' on it) 3 pixels to the left */