summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/flkatck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/flkatck.cpp')
-rw-r--r--src/mame/video/flkatck.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/flkatck.cpp b/src/mame/video/flkatck.cpp
index 128d468ca86..e90c49c9982 100644
--- a/src/mame/video/flkatck.cpp
+++ b/src/mame/video/flkatck.cpp
@@ -119,6 +119,7 @@ uint32_t flkatck_state::screen_update_flkatck(screen_device &screen, bitmap_ind1
{
rectangle clip[2];
const rectangle &visarea = screen.visible_area();
+ // TODO: reversed polarity? Hard to say, fwiw Combat School uses this in reverse ...
uint16_t sprite_buffer = (m_k007121->ctrlram_r(3) & 8) * 0x100;
if (m_flipscreen)