v0.1.1 First release
Mizu is a gameboy emulator with a goal of making it a very accurate emulator.
Mizu can emulate both original gameboy (DMG) and gameboy color hardware (command line --dmg
option to pick DMG).
The GUI front for Mizu is SFML
. So you would need to install them if you are using linux from your package manager.
Note: frame limiting in emulation is important, I'm using SFML's frame limiting. On linux it is very accurate and stays on 60FPS all the time, but on windows it jumps a bit. Sound might be popping a bit on windows.