My first attempt at a Gameboy Advance Emulator
Go to file
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
.vscode chore: remove reccomended extension 2022-10-21 05:12:01 -03:00
lib feat: draw white texture using SDL2 2022-10-21 05:11:50 -03:00
src fix(cpu): allow for select values to overflow 2022-10-21 05:12:12 -03:00
.gitignore chore: ignore .bin files 2022-10-21 05:12:02 -03:00
.gitmodules feat: draw white texture using SDL2 2022-10-21 05:11:50 -03:00
build.zig feat: draw white texture using SDL2 2022-10-21 05:11:50 -03:00