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
Age
Commit message (
Expand
)
Author
11 days
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
Fix --help format
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-07-03
Update README
Astatin
2025-07-03
Remove stuff from before bootrom
Astatin
2025-06-29
Remove test file
Astatin
2025-06-29
Remove test rom
Astatin
2025-06-29
Add serial over tcp support
Astatin
2025-06-29
Fix (rewrite ?) FIFO serial communication
Astatin
2025-06-28
Add ~3s wait before astatin logo disappear
Astatin
2025-06-18
Set default zoom to x4 + add --title option to change window titles
Astatin
2025-06-18
Fixing github action (for the last time surely yepyep :3)
Astatin
2025-06-18
Update README and maybe fix github action
Astatin
2025-06-18
Update rust.yml
Astatin
2025-06-18
Add action to build emulator
Astatin
2025-06-06
Add skip bootrom & dumps on stop
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
2025-03-22
Center logo better in custom bootrom
Astatin
2025-03-22
Add custom DMG bootrom
Astatin
2025-03-12
Update README.md
Astatin
2025-03-12
Remove useless ref to state in update_events
Astatin
2025-03-12
Replace minifb with pixels+winit
Astatin
2025-03-07
Add gamepad recorder & gamepad replay
Astatin
2025-02-06
Fix window rendering
Astatin
2025-02-04
Remove useless features in rodio
Astatin
2024-12-12
Workaround to increase FPS to 60 (for some reason setting it to 60 in consts ...
Astatin
2024-11-14
Add debug instruction
Astatin
2024-11-01
Remove error message when reading from interrupt flags
Astatin
2024-10-28
Fix unpredictable first row of pixel in window
Astatin
2024-09-15
Update documentation
Astatin
2024-09-14
Add keyboard support & start supporting serial communication (but tetris does...
Astatin
2024-09-14
Fix timing issues by not calling SystemTime::now at every instruction
Astatin
2024-08-29
I FINALLY COMMITTED IT ! AND YOU WILL HAVE NO GIT HISTORY BC IT'S TO HARD NOT...
Astatin