嵌套仿真器 建筑 $ rustc --version rustc 1.32.0 (9fda7c223 2019-01-16) $ cargo --version cargo 1.32.0 (8610973aa 2019-01-02) $ cargo build --release $ cargo run --release --bin nes-emulator 仿真器将以iNES格式加载位于硬编码路径roms/mario.nes 。 在Windows上,您可能需要通过启用适当的功能来静态链接SDL: $ cargo run --release --bin nes-emulator --fe