文件名称:Chip8Emulator:C ++中的基本Chip8仿真器
文件大小:56KB
文件格式:ZIP
更新时间:2024-03-27 03:09:18
C++
Chip8仿真器 这是一个chip8仿真器的实现。 它是使用C ++ 17和SDL2编写的。 构建并运行 需要cmake , SDL2和SDL_Mixer 2.0 。 使用vcpkg构建vcpkg : mkdir build cd build cmake .. -DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake cmake --build . --config Release 然后运行: ./chip8 /path/to/rom 致谢 资产目录中的tone.wav声音来自。
【文件预览】:
Chip8Emulator-main
----.clang-tidy(808B)
----src()
--------StaticStack.h(857B)
--------CMakeLists.txt(535B)
--------main.cpp(8KB)
--------Chip8Emulator.cpp(15KB)
--------Chip8Emulator.h(2KB)
--------RandomNumberGenerator.h(422B)
----.clang-format(904B)
----CMakeLists.txt(662B)
----LICENSE(1KB)
----assets()
--------tone.wav(87KB)
----README.md(519B)
----.gitignore(16B)