Compare commits

..

4 Commits

Author SHA1 Message Date
f96e26eb76 chore: dont allocate not-small ?Sprite array on stack
use memset like most other allocations in this emu
2022-10-21 05:29:28 -03:00
f3e5939c51 chore: move FrameBuffer struct to util.zig 2022-10-21 05:29:25 -03:00
5351c14e12 chore: move OAM, PALRAM and VRAM structs to separate files 2022-10-21 05:24:52 -03:00
d6304a7382 fix: 8-bit writes to WIN PPU registers
Advance Wars depends on these registers similar to Mario Kart's 8-bit
writes to Affine Background registers:
2022-10-21 05:20:49 -03:00

Diff Content Not Available