emu_nes

An NES emulator for learning how the 6502 and similar computers of the era worked
Log | Files | Refs | README | LICENSE

shell.nix (85B)


      1 with import <nixpkgs> {}; mkShellNoCC {
      2 	nativeBuildInputs = [
      3 		bmake
      4 		clang
      5 	];
      6 }