summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/xmen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/xmen.c')
-rw-r--r--src/mame/video/xmen.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/video/xmen.c b/src/mame/video/xmen.c
index 402c8d9f988..67aa598a0ef 100644
--- a/src/mame/video/xmen.c
+++ b/src/mame/video/xmen.c
@@ -172,9 +172,9 @@ SCREEN_VBLANK( xmen6p )
memcpy(state->m_k053247_ram, state->m_xmen6p_spriteramright, 0x1000);
/* we write the entire content of the tileram to the chip to ensure
- everything gets marked as dirty and the desired tilemap is rendered
- this is not very efficient!
- */
+ everything gets marked as dirty and the desired tilemap is rendered
+ this is not very efficient!
+ */
for (offset = 0; offset < (0xc000 / 2); offset++)
{
// K052109_lsb_w
@@ -190,10 +190,10 @@ SCREEN_VBLANK( xmen6p )
memcpy(state->m_k053247_ram, state->m_xmen6p_spriteramleft, 0x1000);
/* we write the entire content of the tileram to the chip to ensure
- everything gets marked as dirty and the desired tilemap is rendered
+ everything gets marked as dirty and the desired tilemap is rendered
- this is not very efficient!
- */
+ this is not very efficient!
+ */
for (offset = 0; offset < (0xc000 / 2); offset++)
{
// K052109_lsb_w
@@ -230,7 +230,7 @@ SCREEN_VBLANK( xmen6p )
k052109_tilemap_draw(state->m_k052109, *renderbitmap, cliprect, layer[2], 0, 4);
/* this isn't supported anymore and it is unsure if still needed; keeping here for reference
- pdrawgfx_shadow_lowpri = 1; fix shadows of boulders in front of feet */
+ pdrawgfx_shadow_lowpri = 1; fix shadows of boulders in front of feet */
k053247_sprites_draw(state->m_k053246, *renderbitmap, cliprect);
}
}