- Joined
- Sep 23, 2024
- Messages
- 164
- Reaction score
- 256
- Points
- 727
Please backup your save files before updating to be safe.
Changelog
UI: implement LCD1x shader (thanks @DestinyXZ9)
ARM: implement multiplication carry algorithm (thanks @zaydlang, @calc84maniac)
ARM: fix LDM^ bus conflict logic breaks in user mode
ARM: fix out-of-bounds accesses when switching in or out of an invalid CPU mode
ARM: optimize GPR and SPSR reads
ARM: optimize LSL, LSR, ASR and ROR arithmetic
DMA: allow CPU internal ticks during CPU<->DMA transition cycles
PPU: correctly reset OBJ mosaic Y counter (thanks @j-mattsson)
github.com
Changelog
UI: implement LCD1x shader (thanks @DestinyXZ9)
ARM: implement multiplication carry algorithm (thanks @zaydlang, @calc84maniac)
ARM: fix LDM^ bus conflict logic breaks in user mode
ARM: fix out-of-bounds accesses when switching in or out of an invalid CPU mode
ARM: optimize GPR and SPSR reads
ARM: optimize LSL, LSR, ASR and ROR arithmetic
DMA: allow CPU internal ticks during CPU<->DMA transition cycles
PPU: correctly reset OBJ mosaic Y counter (thanks @j-mattsson)
GitHub - nba-emu/NanoBoyAdvance: A cycle-accurate Nintendo Game Boy Advance emulator.
A cycle-accurate Nintendo Game Boy Advance emulator. - nba-emu/NanoBoyAdvance