nes emulator:用于学习Rust编程语言的NES模拟器 源码

revenge5298 21 0 ZIP 2021-02-23 18:02:32

嵌套仿真器 建筑 $ 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

用户评论
请输入评论内容
评分:
暂无评论