summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gotya.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gotya.cpp')
-rw-r--r--src/mame/video/gotya.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/video/gotya.cpp b/src/mame/video/gotya.cpp
index 3f2eace21f2..ca2070a70f1 100644
--- a/src/mame/video/gotya.cpp
+++ b/src/mame/video/gotya.cpp
@@ -128,11 +128,11 @@ void gotya_state::draw_status_row( bitmap_ind16 &bitmap, const rectangle &clipre
sy = 31 - row;
- m_gfxdecode->gfx(0)->opaque(bitmap,cliprect,
- m_videoram2[row * 32 + col],
- m_videoram2[row * 32 + col + 0x10] & 0x0f,
- flip_screen_x(), flip_screen_y(),
- 8 * sx, 8 * sy);
+ m_gfxdecode->gfx(0)->opaque(bitmap,cliprect,
+ m_videoram2[row * 32 + col],
+ m_videoram2[row * 32 + col + 0x10] & 0x0f,
+ flip_screen_x(), flip_screen_y(),
+ 8 * sx, 8 * sy);
}
}
@@ -152,10 +152,10 @@ void gotya_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect
sy = 240 - sy;
- m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
- code, color,
- flip_screen_x(), flip_screen_y(),
- sx, sy, 0);
+ m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
+ code, color,
+ flip_screen_x(), flip_screen_y(),
+ sx, sy, 0);
}
}