8 Commits

Author SHA1 Message Date
af84aca633 chore: refactor window 2022-09-17 20:40:54 -03:00
6700706472 chore: crude background window impl (no affine) 2022-09-17 20:40:54 -03:00
a17cbd9b68 chore: rename function (misspelt until now somehow) 2022-09-17 20:40:54 -03:00
3fb7f2f814 chore: better conform to zig idioms 2022-09-03 18:30:48 -03:00
6a798d2c9d chore: allocate sprite array on heap
Each Sprite optional is 10 bytes meaning I'm allocating 1.28Kb on the
stack which isn't necessary.
2022-08-29 01:07:25 -05:00
5f8c6833f4 chore: improve init/deinit methods 2022-08-29 01:07:25 -05:00
53eec5c3ff chore: don't init bus in Arm7tdmi init 2022-07-27 13:44:24 -03:00
53191b0eeb chore: change directory structure 2022-07-22 21:11:19 -03:00