n_e_s:从零开始实现的模块化周期精确的NES仿真器 源码
内斯 描述 模块化,周期精确的NES仿真器,是在现代C ++中从零开始实现并借助现代CMake构建的,或者至少是目标。 如果一切按计划进行,您应该能够从中提取6502 CPU库,并制作C64或Apple] [或基于它的任何仿真器。 建造 克隆! git clone https://github.com/evilcorpltd/n_e_s.git 建立! mkdir build_ && cd build_ cmake .. make make test
文件列表
n_e_s:从零开始实现的模块化,周期精确的NES仿真器
(预估有个115文件)
.clang-format
4KB
opcode.cpp
25KB
mos6502.cpp
45KB
BUILD.bazel
788B
defs.bzl
540B
test_cpu_absolute_indexed_instructions.cpp
20KB
test_cpu_absolute_instructions.cpp
12KB
test_cpu.cpp
25KB
test_cpu_zeropage_instructions.cpp
9KB
test_cpu_indirect_indexed_instructions.cpp
9KB
暂无评论