gameboy:用Rust编写的Game Boy Color模拟器-源码

上传者: 42138716 | 上传时间: 2021-02-05 11:05:46 | 文件大小: 2.36MB | 文件类型: ZIP
掌上游戏机 用Rust写的模拟器。 向后兼容Game Boy软骨。 用法 确保已 ,然后运行: make sdl 然后,您可以加载ROM并运行以下命令进行播放: cargo run --release path/to/rom/file.gb 如果游戏支持保存文件,则模拟器将读取保存数据并将其写入与rom相同的文件名,但扩展名为.sav而不是.gb 。 功能支持 墨盒类型 MBC1 MBC3(带有实时时钟) MBC5 仅限GBC的功能 全彩支持 H空白DMA传输 CPU双速模式 该模拟器已经过测试,可以与Pokemon Blue和Pokemon Silver完美配合。 依

文件下载

资源详情

[{"title":"( 69 个子文件 2.36MB ) gameboy:用Rust编写的Game Boy Color模拟器-源码","children":[{"title":"gameboy-master","children":[{"title":"Cargo.toml <span style='color:#111;'> 437B </span>","children":null,"spread":false},{"title":"wasm","children":[{"title":"Cargo.toml <span style='color:#111;'> 415B </span>","children":null,"spread":false},{"title":"www","children":[{"title":"LICENSE-MIT <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"index.html <span style='color:#111;'> 459B </span>","children":null,"spread":false},{"title":"index.css <span style='color:#111;'> 98B </span>","children":null,"spread":false},{"title":"webpack.config.js <span style='color:#111;'> 311B </span>","children":null,"spread":false},{"title":".bin","children":[{"title":"create-wasm-app.js <span style='color:#111;'> 544B </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE-APACHE <span style='color:#111;'> 10.60KB </span>","children":null,"spread":false},{"title":"bootstrap.js <span style='color:#111;'> 279B </span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'> 73B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 18B </span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'> 3.10KB </span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'> 209.00KB </span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'> 996B </span>","children":null,"spread":false}],"spread":false},{"title":"Cargo.lock <span style='color:#111;'> 4.81KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"lib.rs <span style='color:#111;'> 2.38KB </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 8B </span>","children":null,"spread":false}],"spread":true},{"title":"silver.gif <span style='color:#111;'> 2.81MB </span>","children":null,"spread":false},{"title":"Cargo.lock <span style='color:#111;'> 41.67KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"main.rs <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"frontend_sdl.rs <span style='color:#111;'> 6.45KB </span>","children":null,"spread":false},{"title":"frontend_pge.rs <span style='color:#111;'> 11.62KB </span>","children":null,"spread":false}],"spread":true},{"title":".circleci","children":[{"title":"config.yml <span style='color:#111;'> 437B </span>","children":null,"spread":false}],"spread":true},{"title":"core","children":[{"title":"Cargo.toml <span style='color:#111;'> 307B </span>","children":null,"spread":false},{"title":"Cargo.lock <span style='color:#111;'> 2.35KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"joypad.rs <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"noise_channel.rs <span style='color:#111;'> 4.56KB </span>","children":null,"spread":false},{"title":"audio_components.rs <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"utils.rs <span style='color:#111;'> 204B </span>","children":null,"spread":false},{"title":"instruction.rs <span style='color:#111;'> 63.62KB </span>","children":null,"spread":false},{"title":"bootrom.rs <span style='color:#111;'> 15.70KB </span>","children":null,"spread":false},{"title":"cpu.rs <span style='color:#111;'> 30.90KB </span>","children":null,"spread":false},{"title":"sound_controller.rs <span style='color:#111;'> 5.12KB </span>","children":null,"spread":false},{"title":"cartridge.rs <span style='color:#111;'> 2.87KB </span>","children":null,"spread":false},{"title":"cartridge","children":[{"title":"mbc3.rs <span style='color:#111;'> 4.41KB </span>","children":null,"spread":false},{"title":"mbc1.rs <span style='color:#111;'> 3.76KB </span>","children":null,"spread":false}],"spread":false},{"title":"emulator.rs <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"lib.rs <span style='color:#111;'> 343B </span>","children":null,"spread":false},{"title":"memory.rs <span style='color:#111;'> 10.88KB </span>","children":null,"spread":false},{"title":"registers.rs <span style='color:#111;'> 4.09KB </span>","children":null,"spread":false},{"title":"new_instruction.rs <span style='color:#111;'> 29.01KB </span>","children":null,"spread":false},{"title":"square_wave_channel.rs <span style='color:#111;'> 7.12KB </span>","children":null,"spread":false},{"title":"ppu.rs <span style='color:#111;'> 27.89KB </span>","children":null,"spread":false},{"title":"serial_transfer.rs <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"wave_channel.rs <span style='color:#111;'> 4.56KB </span>","children":null,"spread":false}],"spread":false},{"title":"tests","children":[{"title":"roms","children":[{"title":"cpu_instrs","children":[{"title":"09-op r,r.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"06-ld r,r.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"11-op a,(hl).gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"01-special.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"02-interrupts.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"04-op r,imm.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"05-op rp.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"07-jr,jp,call,ret,rst.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"08-misc instrs.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"10-bit ops.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"03-op sp,hl.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"instr_timing.gb <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"test_emulator.rs <span style='color:#111;'> 691B </span>","children":null,"spread":false},{"title":"cpu_test.rs <span style='color:#111;'> 2.94KB </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 8B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 174B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 43B </span>","children":null,"spread":false},{"title":"extras","children":[{"title":"convert_bytes.py <span style='color:#111;'> 285B </span>","children":null,"spread":false},{"title":"opcodes.py <span style='color:#111;'> 3.27KB </span>","children":null,"spread":false},{"title":"prefixed_opcodes.json <span style='color:#111;'> 44.49KB </span>","children":null,"spread":false},{"title":"opcodes.json <span style='color:#111;'> 44.64KB </span>","children":null,"spread":false},{"title":"construct_opcodes_rust.py <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false}],"spread":true}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明