come_boy:用Rust写的Gameboy Emulator 源码
come_boy Come Boy是一个用锈写成的Gameboy模拟器(仅适用于DMG)。 由Remi Bernotavicius( )撰写 当前处于预发布状态。 运行某些游戏,但许多其他游戏不起作用。 建筑 生成如下。 cargo build 如果您想要一个可用的仿真器,请通过--release标志,因为调试版本太慢。 该项目有两个渲染后端。 sdl2和speedy2d 。 您可以通过--features选择想要的--features 。 默认情况下包括speedy2d后端。 运行测试 如下运行测试。 您只需要运行一次./download_test_roms 。 ./download_test_roms cargo test 用法 仿真器 Game Boy (DMG) emulator USAGE: come_boy [OPTIONS] FLAGS:
文件列表
come_boy-master.zip
(预估有个71文件)
come_boy-master
.gitignore
72B
README.md
6KB
test
expectations
zelda
200000000_replay1.bmp
68KB
replay1.replay
2KB
7000000_replay1.bmp
68KB
60000000.bmp
68KB
暂无评论