summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/amspdwy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/amspdwy.c')
-rw-r--r--src/mame/video/amspdwy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/amspdwy.c b/src/mame/video/amspdwy.c
index 88ddd76eff1..4f684728863 100644
--- a/src/mame/video/amspdwy.c
+++ b/src/mame/video/amspdwy.c
@@ -122,9 +122,9 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
if (flip_screen_get(machine))
{
- x = max_x - x - 8;
+ x = max_x - x - 8;
y = max_y - y - 8;
- flipx = !flipx;
+ flipx = !flipx;
flipy = !flipy;
}