Compare commits

..

8 Commits

Author SHA1 Message Date
41a174fea5 chore: resolve bulid error after rebase on main 2022-09-19 16:13:43 -03:00
e5d89beeb9 chore: dont allocate not-small ?Sprite array on stack
use memset like most other allocations in this emu
2022-09-19 16:10:05 -03:00
35dfb3ef6a chore: move FrameBuffer struct to util.zig 2022-09-19 16:10:04 -03:00
add7ea6f1d chore: move OAM, PALRAM and VRAM structs to separate files 2022-09-19 16:09:20 -03:00
d66021dc9e 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-19 16:09:20 -03:00
43d81ebcb1 chore: refactor window 2022-09-19 16:09:20 -03:00
8ddc3e5919 chore: crude background window impl (no affine) 2022-09-19 16:09:20 -03:00
64c86949e7 chore: rename function (misspelt until now somehow) 2022-09-19 16:09:20 -03:00
2 changed files with 2 additions and 2 deletions

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

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