summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tvgames/xavix_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/tvgames/xavix_v.cpp')
-rw-r--r--src/mame/tvgames/xavix_v.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/tvgames/xavix_v.cpp b/src/mame/tvgames/xavix_v.cpp
index 5dedca17dcd..cdcafb5014e 100644
--- a/src/mame/tvgames/xavix_v.cpp
+++ b/src/mame/tvgames/xavix_v.cpp
@@ -1469,11 +1469,11 @@ void superxavix_state::draw_bitmap_layer(screen_device &screen, bitmap_rgb32 &bi
/*
if (m_extra)
{
- if (start & 0x4000)
- {
- start &= 0x3fff;
- start ^= 0xc00;
- }
+ if (start & 0x4000)
+ {
+ start &= 0x3fff;
+ start ^= 0xc00;
+ }
}
*/