summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marineb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/marineb.c')
-rw-r--r--src/mame/drivers/marineb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/marineb.c b/src/mame/drivers/marineb.c
index d86429ea80a..f86eb3b8ebf 100644
--- a/src/mame/drivers/marineb.c
+++ b/src/mame/drivers/marineb.c
@@ -47,7 +47,7 @@ static MACHINE_RESET( marineb )
state->palette_bank = 0;
state->column_scroll = 0;
- state->flipscreen_x = 0;
+ state->flipscreen_x = 0;
state->flipscreen_y = 0;
state->marineb_active_low_flipscreen = 0;
MACHINE_RESET_CALL(espial);
@@ -59,7 +59,7 @@ static MACHINE_RESET( springer )
state->palette_bank = 0;
state->column_scroll = 0;
- state->flipscreen_x = 0;
+ state->flipscreen_x = 0;
state->flipscreen_y = 0;
state->marineb_active_low_flipscreen = 1;
MACHINE_RESET_CALL(espial);