summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/realbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/realbrk.c')
-rw-r--r--src/mame/video/realbrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/realbrk.c b/src/mame/video/realbrk.c
index b6ab91edcd3..a46352831e3 100644
--- a/src/mame/video/realbrk.c
+++ b/src/mame/video/realbrk.c
@@ -31,7 +31,7 @@ WRITE16_HANDLER( realbrk_flipscreen_w )
coin_counter_w(space->machine(), 0, data & 0x0001);
coin_counter_w(space->machine(), 1, data & 0x0004);
- flip_screen_set(space->machine(), data & 0x0080);
+ flip_screen_set(space->machine(), data & 0x0080);
}
if (ACCESSING_BITS_8_15)