summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/superchs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/superchs.cpp')
-rw-r--r--src/mame/video/superchs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/superchs.cpp b/src/mame/video/superchs.cpp
index 455fc781922..352018a83dd 100644
--- a/src/mame/video/superchs.cpp
+++ b/src/mame/video/superchs.cpp
@@ -81,8 +81,6 @@ void superchs_state::draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, c
int zoomy = (data & 0x0001fc00) >> 10;
int y = (data & 0x000003ff);
- color |= 0x100;
-
if (!tilenum) continue;
flipy = !flipy;