GBA Video: Don't mask out high bits of BLDY (fixes #899)

This commit is contained in:
Vicki Pfau 2017-10-10 21:37:50 -07:00
parent 5fe6eb97ea
commit 0225803b72
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Bugfixes:
- ARM: Fix MSR when T bit is set
- GB Serialize: Fix game title check
- GB: Revamp IRQ handling based on new information
- GBA Video: Don't mask out high bits of BLDY (fixes mgba.io/i/899)
Misc:
- GBA Timer: Use global cycles for timers
- GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)