- Winnipeg or Halifax, Canada
- https://musuka.dev
- Joined on
2021-06-29
37a360ec07
fix: force align reads/writes in memory bus rather than in CPU
a976a5769e
fix: pass none.gba and kind of sram.gba from jsmolka test suite
6df55c2d86
feat: implement GamePak out-of-bounds reads
a1008738d2
chore: run zigfmt
11a034658a
chore: change implementation of rotr
aac01b0bfe
chore: rewrite read/write methods for remainig Bus devices
5310c12669
chore: mirror VRAM
f8018854be
Merge branch 'main' of ssh://musuka.dev:2222/paoda/zba
fae4b430ab
chore: update dependencies
3046e6243a
chore: don't assume 1cpi when stepping by a frame
e127669549
Revert "chore: tick on memory access instead of 1cpi"
29da7b294e
feat: implement Flash backup cartrige kinds
bf7b533b3c
chore: stub more apu I/O addresses
bd54cba8a0
feat: implement SRAM saving and loading
da4bb17782
chore: properly deallocate OAM buffer
5dd69500ca
fix: speed percentage in title is now accurate
eff25a0ab2
chore: make some variables const
39ab363afa
fix: improve perf of instructions w/ rotr
1921218c7b
fix: improve frame limiting and fps counting
1fd80c1c23
feat: define APU registers
48679fa4ca
fix: move code in scheduler to ppu