summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/holeland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/holeland.c')
-rw-r--r--src/mame/video/holeland.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/holeland.c b/src/mame/video/holeland.c
index 6350aa075f7..525a6b370e7 100644
--- a/src/mame/video/holeland.c
+++ b/src/mame/video/holeland.c
@@ -102,9 +102,9 @@ WRITE8_HANDLER( holeland_scroll_w )
WRITE8_HANDLER( holeland_flipscreen_w )
{
- if (offset)
+ if (offset)
flip_screen_y_set(space->machine, data);
- else
+ else
flip_screen_x_set(space->machine, data);
}