Compare commits

..

9 Commits

Author SHA1 Message Date
1f4e01bd32 chore: resolve bulid error after rebase on main 2022-09-23 07:23:06 -03:00
f9ba5f9b3a chore: dont allocate not-small ?Sprite array on stack
use memset like most other allocations in this emu
2022-09-23 07:23:06 -03:00
764ceff7a8 chore: move FrameBuffer struct to util.zig 2022-09-23 07:23:06 -03:00
e8fe2a5dec chore: move OAM, PALRAM and VRAM structs to separate files 2022-09-23 07:23:06 -03:00
b659c829fb 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-09-23 07:23:06 -03:00
0bde97c6cd chore: refactor window 2022-09-23 07:23:06 -03:00
d921255c8e chore: crude background window impl (no affine) 2022-09-23 07:23:06 -03:00
aa1db42b0f chore: rename function (misspelt until now somehow) 2022-09-23 07:23:06 -03:00
c697dec716 chore: update dependencies 2022-09-23 07:21:46 -03:00
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 76ec54bf1d13170f1a9998063eecf8087856541a
Subproject commit 6a9e37687a4b9ae3c14c9ea148ec51d14e01c7db

@ -1 +1 @@
Subproject commit ee6cb6a17bd8748c3af45467c5dabbe1d56be832
Subproject commit 4f4196fc3bc95c4bd3b12ce2e4a5f1050742cd3c