shiny-ninja:用 C++ 编写的 GBA 模拟器

上传者: 42165712 | 上传时间: 2022-04-30 23:55:27 | 文件大小: 124KB | 文件类型: ZIP
C++
闪亮忍者 用 C++ 编写的 GBA 模拟器。 GUI 使用 Qt5。 ShinyNinja 也可以在没有 GUI 的情况下使用“--no-gui”参数启动,后跟要加载的 ROM 文件的路径。 待办事项清单 中央处理器 实现其余的 ARM 操作码 ARM.3:分支和交换(BX、BLX) ARM.4:分支和链接分支(B、BL、BLX) ARM.5:数据处理 ARM.6:PSR 传输(MRS、MSR) ARM.7:乘法和乘法累加(MUL,MLA) ARM.9:单数据传输(LDR、STR、PLD) ARM.10:半字、双字和有符号数据传输 ARM.11:块数据传输(LDM、STM) ARM.12:单数据交换 (SWP) ARM.13:软件中断 (SWI) ARM.14:协处理器数据操作 (CDP) ARM.15:协处理器数据传输(LDC、STC) ARM.16:

文件下载

资源详情

[{"title":"( 71 个子文件 124KB ) shiny-ninja:用 C++ 编写的 GBA 模拟器","children":[{"title":"shiny-ninja-master","children":[{"title":".travis.yml <span style='color:#111;'> 896B </span>","children":null,"spread":false},{"title":"tests","children":[{"title":"catch","children":[{"title":"catch.hpp <span style='color:#111;'> 311.62KB </span>","children":null,"spread":false}],"spread":true},{"title":"Decoder","children":[{"title":"Decoder.cpp <span style='color:#111;'> 6.50KB </span>","children":null,"spread":false}],"spread":true},{"title":"main.cpp <span style='color:#111;'> 125B </span>","children":null,"spread":false},{"title":"Instructions","children":[{"title":"Thumb","children":[{"title":"BranchInstructions.cpp <span style='color:#111;'> 792B </span>","children":null,"spread":false},{"title":"DataProcessingInstructions.cpp <span style='color:#111;'> 524B </span>","children":null,"spread":false}],"spread":true},{"title":"ARM","children":[{"title":"BranchInstructions.cpp <span style='color:#111;'> 859B </span>","children":null,"spread":false},{"title":"DataProcessingInstructions.cpp <span style='color:#111;'> 831B </span>","children":null,"spread":false},{"title":"LoadStoreInstructions.cpp <span style='color:#111;'> 543B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"CMakeLists.txt <span style='color:#111;'> 240B </span>","children":null,"spread":false},{"title":"Misc","children":[{"title":"Misc.cpp <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"src","children":[{"title":"Memory","children":[{"title":"Memory.cpp <span style='color:#111;'> 7.51KB </span>","children":null,"spread":false},{"title":"Memory.hpp <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false}],"spread":true},{"title":"DMA","children":[{"title":"DMA.hpp <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"DMA.cpp <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false}],"spread":true},{"title":"Common","children":[{"title":"Files.hpp <span style='color:#111;'> 140B </span>","children":null,"spread":false},{"title":"Utilities.hpp <span style='color:#111;'> 5.22KB </span>","children":null,"spread":false},{"title":"MathHelper.cpp <span style='color:#111;'> 426B </span>","children":null,"spread":false},{"title":"MathHelper.hpp <span style='color:#111;'> 2.72KB </span>","children":null,"spread":false},{"title":"GBA.hpp <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"Utilities.cpp <span style='color:#111;'> 499B </span>","children":null,"spread":false},{"title":"Instructions","children":[{"title":"Thumb","children":[{"title":"DataProcessingInstructions.hpp <span style='color:#111;'> 3.24KB </span>","children":null,"spread":false},{"title":"MiscInstructions.hpp <span style='color:#111;'> 602B </span>","children":null,"spread":false},{"title":"LoadStoreInstructions.hpp <span style='color:#111;'> 3.19KB </span>","children":null,"spread":false},{"title":"BranchExchangeInstruction.cpp <span style='color:#111;'> 1.02KB </span>","children":null,"spread":false},{"title":"DataProcessingInstructions.cpp <span style='color:#111;'> 3.54KB </span>","children":null,"spread":false},{"title":"LoadStoreInstructions.cpp <span style='color:#111;'> 3.42KB </span>","children":null,"spread":false},{"title":"MiscInstructions.cpp <span style='color:#111;'> 860B </span>","children":null,"spread":false},{"title":"BranchExchangeInstruction.hpp <span style='color:#111;'> 3.10KB </span>","children":null,"spread":false}],"spread":false},{"title":"ARMInstruction.cpp <span style='color:#111;'> 1.98KB </span>","children":null,"spread":false},{"title":"ARM","children":[{"title":"PSRTransferInstructions.cpp <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false},{"title":"DataProcessingInstructions.hpp <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"MultiplyAccumulateInstructions.hpp <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false},{"title":"PSRTransferInstructions.hpp <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"BranchInstructions.hpp <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"LoadStoreInstructions.hpp <span style='color:#111;'> 2.50KB </span>","children":null,"spread":false},{"title":"BranchInstructions.cpp <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"DataProcessingInstructions.cpp <span style='color:#111;'> 4.71KB </span>","children":null,"spread":false},{"title":"LoadStoreInstructions.cpp <span style='color:#111;'> 5.49KB </span>","children":null,"spread":false},{"title":"MultiplyAccumulateInstructions.cpp <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false}],"spread":false},{"title":"Instructions.cpp <span style='color:#111;'> 3.86KB </span>","children":null,"spread":false},{"title":"ARMInstruction.hpp <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false},{"title":"ThumbInstruction.hpp <span style='color:#111;'> 3.96KB </span>","children":null,"spread":false},{"title":"Instruction.hpp <span style='color:#111;'> 568B </span>","children":null,"spread":false}],"spread":true},{"title":"Files.cpp <span style='color:#111;'> 274B </span>","children":null,"spread":false}],"spread":true},{"title":"Platform","children":[{"title":"DisassemblerWindow.ui <span style='color:#111;'> 14.36KB </span>","children":null,"spread":false},{"title":"NoGUI.cpp <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"NoGUI.hpp <span style='color:#111;'> 255B </span>","children":null,"spread":false},{"title":"MainWindow.ui <span style='color:#111;'> 7.10KB </span>","children":null,"spread":false},{"title":"DisassemblerWindow.cpp <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false},{"title":"MainWindow.h <span style='color:#111;'> 920B </span>","children":null,"spread":false},{"title":"Emulator.cpp <span style='color:#111;'> 400B </span>","children":null,"spread":false},{"title":"CMakeLists.txt <span style='color:#111;'> 992B </span>","children":null,"spread":false},{"title":"MainWindow.cpp <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"DisassemblerWindow.h <span style='color:#111;'> 548B </span>","children":null,"spread":false}],"spread":true},{"title":"GPU","children":[{"title":"LCD.hpp <span style='color:#111;'> 436B </span>","children":null,"spread":false},{"title":"LCD.cpp <span style='color:#111;'> 19B </span>","children":null,"spread":false},{"title":"GPU.cpp <span style='color:#111;'> 6.82KB </span>","children":null,"spread":false},{"title":"GPU.hpp <span style='color:#111;'> 3.12KB </span>","children":null,"spread":false}],"spread":true},{"title":"Interpreter","children":[{"title":"ARMInterpreters.cpp <span style='color:#111;'> 22.49KB </span>","children":null,"spread":false},{"title":"Interpreter.hpp <span style='color:#111;'> 2.83KB </span>","children":null,"spread":false},{"title":"Interpreter.cpp <span style='color:#111;'> 15.06KB </span>","children":null,"spread":false},{"title":"ThumbInterpreters.cpp <span style='color:#111;'> 24.51KB </span>","children":null,"spread":false}],"spread":true},{"title":"CPU","children":[{"title":"CPU.cpp <span style='color:#111;'> 9.67KB </span>","children":null,"spread":false},{"title":"CPU.hpp <span style='color:#111;'> 5.59KB </span>","children":null,"spread":false}],"spread":true},{"title":"Decoder","children":[{"title":"Decoder.cpp <span style='color:#111;'> 6.26KB </span>","children":null,"spread":false},{"title":"Decoder.hpp <span style='color:#111;'> 307B </span>","children":null,"spread":false}],"spread":true},{"title":"CMakeLists.txt <span style='color:#111;'> 373B </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 219B </span>","children":null,"spread":false},{"title":"CMakeLists.txt <span style='color:#111;'> 715B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.74KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

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