A Game Boy emulator and debugger written in Rust, focused on hardware accuracy and helping you manage, preserve, and discover games.
Linux builds are available on Flathub. Official builds for other platforms are not currently available.
Install Rust, then:
cargo run --release
Missingno can read ROMs and save data from physical cartridges using a GBxCart RW device. On Linux, you may need to install a udev rule for the device to be accessible:
sudo cp 71-gbxcart.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger
