文件名称:Gameboy - 功能齐全的跨平台GameBoy模拟器-python
文件大小:3.22MB
文件格式:ZIP
更新时间:2024-07-08 12:54:41
游戏开发
Gameboy - 功能齐全的跨平台GameBoy模拟器 Gameboy 全功能跨平台 GameBoy 模拟器。 永远的男孩! 您可以使用以下命令启动游戏,这里以内置游戏“Boxes”为例: $ cargo run --release -- "./res/boxes.gb" 支持以下选项: -a, --enable-audio 启用音频,默认为 false -x, --scale-factor 将视频缩放 1、2、4 或 8 倍 Gameboy 由 Rust 开发,并在 Windows、Ubuntu 和 Mac 上进行了全面测试。 控制_n_____|_|___________|_| | ,------------。 | | | .---------。 | | | | | | | | | | | | | | | | | | | | | | | | | | | | `---------' | | | `---------------' | | _游戏男孩| 向上 | _| |_ ,-。 | -
【文件预览】:
gameboy-master
----res()
--------boxes.gb(64KB)
--------imgs()
----rustfmt.toml(16B)
----Cargo.lock(56KB)
----LICENSE(483B)
----src()
--------apu.rs(34KB)
--------joypad.rs(2KB)
--------clock.rs(390B)
--------memory.rs(1KB)
--------main.rs(10KB)
--------register.rs(4KB)
--------mmunit.rs(8KB)
--------gpu.rs(34KB)
--------cpu.rs(64KB)
--------serial.rs(2KB)
--------cartridge.rs(30KB)
--------convention.rs(196B)
--------lib.rs(225B)
--------intf.rs(677B)
--------motherboard.rs(904B)
--------timer.rs(4KB)
----Cargo.toml(548B)
----examples()
--------blargg.rs(1003B)
----.gitignore(71B)
----Cargo.py(2KB)
----README.md(2KB)