zba/src
Rekai Nyangadzayi Musuka 2d8fa9c2f7 fix: don't create un-needed save file
If we don't know if we support a game's save type yet, avoid
creating a file for it.
2022-10-21 05:12:30 -03:00
..
bus fix: don't create un-needed save file 2022-10-21 05:12:30 -03:00
cpu fix: improve perf of instructions w/ rotr 2022-10-21 05:12:28 -03:00
Bus.zig feat: implement SRAM saving and loading 2022-10-21 05:12:29 -03:00
apu.zig feat: define APU registers 2022-10-21 05:12:27 -03:00
cpu.zig feat: minor performance improvements 2022-10-21 05:12:29 -03:00
emu.zig feat: implement SRAM saving and loading 2022-10-21 05:12:29 -03:00
main.zig feat: implement SRAM saving and loading 2022-10-21 05:12:29 -03:00
ppu.zig chore: properly deallocate OAM buffer 2022-10-21 05:12:29 -03:00
scheduler.zig chore: move DMA and Timers from io to bus 2022-10-21 05:12:28 -03:00
util.zig fix: account for subset of disallowed chars in save file names 2022-10-21 05:12:29 -03:00