aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.cpp')
-rw-r--r--GPU2D.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/GPU2D.cpp b/GPU2D.cpp
index 09d5221..cedfe1e 100644
--- a/GPU2D.cpp
+++ b/GPU2D.cpp
@@ -126,6 +126,8 @@ u16 GPU2D::Read16(u32 addr)
case 0x00C: return BGCnt[2];
case 0x00E: return BGCnt[3];
+ case 0x050: return BlendCnt;
+
case 0x064: return CaptureCnt & 0xFFFF;
case 0x066: return CaptureCnt >> 16;
}