ares-emulator / ares

ares is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation.
https://ares-emu.net
Other
864 stars 105 forks source link

gba: improve BIOS open bus edge case handling #1504

Closed png183 closed 1 month ago

png183 commented 1 month ago

This PR improves handling of BIOS open bus edge cases that previously were handled incorrectly, such as unaligned 8-bit and 16-bit accesses, and cases where the last value read from BIOS was not a 32-bit value.