zba/src
Rekai Nyangadzayi Musuka b4e0682801 fix(cpu): allow for select values to overflow
FuzzARM found these operations which panicked, when they should
have overflowed. These are now fixed

n = 8000
2022-10-21 05:12:12 -03:00
..
bus chore: update to latest zig nightly 2022-10-21 05:12:11 -03:00
cpu fix(cpu): allow for select values to overflow 2022-10-21 05:12:12 -03:00
Bus.zig chore(io): implement IE and IME 2022-10-21 05:11:54 -03:00
cpu.zig feat(cpu): implement THUMB format 17 2022-10-21 05:12:12 -03:00
emu.zig feat: implement keyboard input 2022-10-21 05:12:08 -03:00
main.zig chore: update to latest zig nightly 2022-10-21 05:12:11 -03:00
ppu.zig fix: resolve off by n * 2 when accessing Palette during BG Mode 4 2022-10-21 05:12:09 -03:00
scheduler.zig chore: refactor GBA Display Timings 2022-10-21 05:12:03 -03:00
util.zig chore: code cleanup 2022-10-21 05:11:50 -03:00