summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/epos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/epos.cpp')
-rw-r--r--src/mame/video/epos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/epos.cpp b/src/mame/video/epos.cpp
index ecc350afd0a..d0096b4dd45 100644
--- a/src/mame/video/epos.cpp
+++ b/src/mame/video/epos.cpp
@@ -90,7 +90,7 @@ UINT32 epos_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, co
int x = (offs % 136) * 2;
int y = (offs / 136);
-
+
if (flip_screen())
{
x = 270 - x; // wrong