summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/3dom2_te.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/3dom2_te.cpp')
-rw-r--r--src/mame/video/3dom2_te.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/3dom2_te.cpp b/src/mame/video/3dom2_te.cpp
index 105132e95c5..3ff9f895f62 100644
--- a/src/mame/video/3dom2_te.cpp
+++ b/src/mame/video/3dom2_te.cpp
@@ -236,8 +236,8 @@ static const uint32_t xy_one = 1;
#define TXTTABCNTL_AO_SEL_BLEND 2
#define TXTTABCNTL_AO_SEL_RESERVED 3
-#define TXTTABCNTL_BLENDOP_MASK 0x00010000
-#define TXTTABCNTL_BLENDOP_SHIFT 16
+#define TXTTABCNTL_BLENDOP_MASK 0x00020000
+#define TXTTABCNTL_BLENDOP_SHIFT 17
#define TXTTABCNTL_BLENDOP_LERP 0
#define TXTTABCNTL_BLENDOP_MULT 1