_86box-with-roms
86box 5.3
Emulator of x86-based machines based on PCem
https://86box.net/GNU General Public License v2.0 onlyUnfree
main program: 86Boxprograms: -
Platforms (26)
arc-linuxarmv5tel-linuxm68k-linuxsh4-linuxmips64el-linuxpowerpc64le-linuxloongarch64-linuxriscv64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ _86box-with-roms ];
Ad-hoc shell
nix-shell -p _86box-with-roms
Flake (nix run)
nix run nixpkgs#_86box-with-roms