- Winnipeg or Halifax, Canada
- https://musuka.dev
- Joined on
2021-06-29
71ce3f43e0
chore: satisfy clippy
ce121864d2
feat: implement cartridge saving
e1fe00ab64
fix: have start and select keybinds match other emulators
5882678bc5
chore: inline some functions
bcd67cb317
chore: begin refactor of public api
0e51bd204e
chore: inline some functions
9baa15050e
in progress refactor
4516ca8477
chore: run cargo fix
6087e3b20b
chore: remove Cycle struct and begin scheduler design
7e5ab99329
remove Cycle struct and begin scheduler design
7e5ab99329
remove Cycle struct and begin scheduler design
10ac579c40
fix(main): Use LogicalSize and PhysicalSize properly
ee5504111b
Merge branch 'main' of ssh://git.musuka.dev:2222/paoda/gb into main
a628f64d28
chore: update dependencies
318a6e0386
fix(emu): remove GAMEPAD_ENABLED const flag
f70a6fd47a
fix(emu): remove GAMEPAD_ENABLED const static flag
db012c7f4b
fix(main): remove code unrelated to audio sync
e42c87aeb7
fix(apu): quiet gameboy APU
9113e95fa0
fix(apu): pass blargg apu sweep tests
9973dc8714
fix(cartridge): don't read from RAM that doesn't exist
e128025208
fix(cartridge): improve accuracy of MBC1 with large file sizes
ec57dc7231
Merge branch 'main' of ssh://musuka.dev:2222/paoda/scratch
b288e7eac3
Update from laptop before wipe
01064bab69
chore(cpu): comment out blargg-specific code
634bc2d2c0
fix(apu): remove redundant code
d794a94b68
fix(timer): increase accuracy of timer
b87e31d3f4
fix(cartridge): remove unnecessary dbg statement
b829f05a34
chore(cartridge): clean-up code
afd2d16371
chore(cartridge): re-rename RamInfo and RomRinfo