index
:
gameboy-emulator.git
main
Emulator for the gameboy (DMG + some GBC features)
Astatin <
[email protected]
>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
desktop
Age
Commit message (
Collapse
)
Author
2025-08-24
Fix serial read_control
HEAD
latest
main
Astatin
2025-08-06
Dynamically adapt audio speed to keep latency low
Astatin
2025-07-22
Add headless option
Astatin
2025-07-22
cargo fmt
Astatin
2025-07-22
Add different verbosity levels
Astatin
2025-07-22
Disconnect/reconnect gamepads during play
Astatin
2025-07-22
Make audio time accurate using audio buffers
Astatin
2025-07-15
Make render function not block when window is suspended
Astatin
2025-07-15
Fix noise channel audio to make it more noise and less metallic
Astatin
2025-07-12
Update audio registers without trigger + add stereo
Astatin
2025-06-29
Add serial over tcp support
Astatin
2025-06-29
Fix (rewrite ?) FIFO serial communication
Astatin
2025-06-18
Set default zoom to x4 + add --title option to change window titles
Astatin
2025-05-22
Add load/save parameters to the CLI & remove errors
Astatin
2025-05-22
Save wram,vram,io,hram with X button + move big arrays to Heap
Astatin
2025-04-03
Separate core from desktop target
Astatin