GBA Video: Don't mask out high bits of BLDY (fixes #899)
Vicki Pfau vi@endrift.com
Wed, 11 Oct 2017 09:13:43 -0700
1 files changed,
0 insertions(+),
1 deletions(-)
M
src/gba/renderers/video-software.c
→
src/gba/renderers/video-software.c
@@ -295,7 +295,6 @@ }
value &= 0x1F1F; break; case REG_BLDY: - value &= 0x1F; if (value > 0x10) { value = 0x10; }