all repos — mgba @ 0225803b72f49828d5f65d2c553d86e404c6a341

mGBA Game Boy Advance Emulator

GBA Video: Don't mask out high bits of BLDY (fixes #899)
Vicki Pfau vi@endrift.com
Tue, 10 Oct 2017 21:37:50 -0700
commit

0225803b72f49828d5f65d2c553d86e404c6a341

parent

5fe6eb97ea87f46e38a4a283f2228f4cf506b3f3

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -16,6 +16,7 @@ - Qt: Fix GL display when loading a game from CLI (fixes mgba.io/i/843)

- 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)