Rekai Nyangadzayi Musuka paoda
paoda pushed to apu-things at paoda/zba 2022-12-10 05:03:14 +00:00
2f2c03b96d chore: add test for RingBuffer
paoda pushed to apu-things at paoda/zba 2022-12-10 02:17:06 +00:00
9a2b7a48c0 tmp: removed audio resampler
fe908a6ea9 feat(util): implement RingBuffer
bf95eee3f1 fix(apu): resolve bug in NR10 obscure behaviour
240fbcb1df chore: update dependencies
Compare 4 commits »
paoda pushed to main at paoda/zba 2022-12-05 16:21:34 +00:00
bf95eee3f1 fix(apu): resolve bug in NR10 obscure behaviour
paoda pushed to window at paoda/zba 2022-12-04 22:35:39 +00:00
23f5d676d4 chore: reimplement alpha blending
4ccacb0754 chore(ppu): use @ptrCast in drawTextMode
e67dc9b7de chore(ppu): reimplement modes 3, 4, and 5
f9ca005faf style(ppu): move text mode drawing to unique fn
11b905dc82 fix(window): proper inRange impl for window
Compare 34 commits »
paoda created branch tomlz in paoda/zba 2022-12-01 18:14:26 +00:00
paoda pushed to tomlz at paoda/zba 2022-12-01 18:14:26 +00:00
3aa48d83fb chore: switch from zig-toml to tomlz
paoda pushed to main at paoda/zba 2022-12-01 17:23:38 +00:00
240fbcb1df chore: update dependencies
paoda pushed to apu-things at paoda/zba 2022-11-30 04:48:33 +00:00
3fe577abb9 tmp: removed audio resampler
e20120569a feat(util): implement RingBuffer
26db340077 fix(input): implement atomic for KeyInput
20f611b7b5 chore: be more intentional in atomic ordering use
f9aefedf60 chore: cal glDeleteTextures on program exit
Compare 10 commits »
paoda pushed to main at paoda/zba 2022-11-30 04:42:58 +00:00
26db340077 fix(input): implement atomic for KeyInput
20f611b7b5 chore: be more intentional in atomic ordering use
f9aefedf60 chore: cal glDeleteTextures on program exit
Compare 3 commits »
paoda pushed to main at paoda/zba 2022-11-30 03:23:10 +00:00
d7e3d34726 fix(platform): ensure that title char* is null terminated
2294dc8832 chore: add minimum zig version
4af86e1cb3 style: replace meta.Tuple calls with new tuple syntax
9fcbbe7d57 chore: cleanup OpenGL vertex array + buffers
c3f67e38a1 chore: exit early on shader compile failure
Compare 6 commits »
paoda created branch apu-things in paoda/zba 2022-11-26 17:56:29 +00:00
paoda pushed to apu-things at paoda/zba 2022-11-26 17:56:29 +00:00
1ab961243c tmp: removed audio resampler
ac255ac98c feat(util): implement RingBuffer
46e29245b7 fix(apu): disable APU writes when APU is disabled
Compare 3 commits »
paoda deleted branch ci-testing from paoda/zba 2022-11-26 17:54:33 +00:00
paoda deleted branch fastmem from paoda/zba 2022-11-26 17:54:25 +00:00
paoda pushed to main at paoda/zba 2022-11-24 12:23:15 +00:00
002e33b48b fix: properly render table in README
paoda pushed to main at paoda/zba 2022-11-24 01:58:31 +00:00
5bb25fe214 chore: update dependencies
paoda pushed to main at paoda/zba 2022-11-21 01:48:18 +00:00
66db2e6049 Revert "chore: refactor flash impl"
paoda pushed to main at paoda/zba 2022-11-21 00:04:44 +00:00
c5cf471912 fix(timer): removing cascade when TIM aleady enabled shouldn't reset counter
paoda pushed to main at paoda/zba 2022-11-20 21:49:53 +00:00
4ed4f8e143 fix(dma): implement obscure behaviour for DMAs from ROM
f31699d921 fix(log): logged improper second opcode for THUMB BL
96a9ae2ca5 chore: refactor flash impl
Compare 3 commits »
paoda pushed to window at paoda/zba 2022-11-17 20:18:12 +00:00
429b482c7c chore: reimplement alpha blending