summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gaelco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gaelco.c')
-rw-r--r--src/mame/video/gaelco.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/gaelco.c b/src/mame/video/gaelco.c
index 9ae28f7d4b1..8d995fc90e9 100644
--- a/src/mame/video/gaelco.c
+++ b/src/mame/video/gaelco.c
@@ -184,7 +184,6 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
UINT32 gaelco_state::screen_update_maniacsq(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
/* set scroll registers */
m_tilemap[0]->set_scrolly(0, m_vregs[0]);
m_tilemap[0]->set_scrollx(0, m_vregs[1] + 4);
@@ -212,7 +211,6 @@ UINT32 gaelco_state::screen_update_maniacsq(screen_device &screen, bitmap_ind16
UINT32 gaelco_state::screen_update_bigkarnk(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
/* set scroll registers */
m_tilemap[0]->set_scrolly(0, m_vregs[0]);
m_tilemap[0]->set_scrollx(0, m_vregs[1] + 4);