summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/attache.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-01-22 15:22:35 +1100
committer Vas Crabb <vas@vastheman.com>2017-01-22 15:37:37 +1100
commitedf64df1db1e1493e6980b79c38c4db744e23cea (patch)
treea26302d6f41d7de07e25372da5c5d46cdd893e8f /src/mame/drivers/attache.cpp
parent32ab35fa06fa81b0ceebb6e832858343bbc3f488 (diff)
srcclean (nw)
Diffstat (limited to 'src/mame/drivers/attache.cpp')
-rw-r--r--src/mame/drivers/attache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/attache.cpp b/src/mame/drivers/attache.cpp
index 8172815e861..48571180652 100644
--- a/src/mame/drivers/attache.cpp
+++ b/src/mame/drivers/attache.cpp
@@ -261,7 +261,7 @@ uint32_t attache_state::screen_update(screen_device &screen, bitmap_rgb32 &bitma
}
else
bitmap.fill(0);
-
+
// Text output
for(y=0;y<(bitmap.height()-1)/10;y++) // lines
{