文件名称:CHIP8:用C ++实现的CHIP-8解释器
文件大小:36KB
文件格式:ZIP
更新时间:2024-02-29 19:59:47
CMake
CHIP-8口译员 用C ++编写的CHIP-8解释器。 嵌入式实施: : 建造 依存关系 SDL2和SDL2_mixer (视频/音频/控件) Linux : apt install libsdl2-dev和apt install libsdl2-mixer-dev (在Ubuntu上) MacOS : brew install SDL2和brew install SDL2_mixer Windows : 从下载开发库并将其解压缩到某个地方。 EITHER:设置SDL环境变量以指向开发库 或:将它们解压缩到C:\sdl2\默认位置 或:修改CMakeLists.txt的SDL2_MORE_INCLUDE_DIR变量以指向SDL2开发库 编译中 注意:仅在Ubuntu 18.04 Linux / MacOS中测试 mkdir build cd build cmake .. m
【文件预览】:
CHIP8-master
----beep.wav(9KB)
----cmake()
--------FindSDL2_mixer.cmake(8KB)
--------FindSDL2.cmake(14KB)
----docs()
--------images()
----include()
--------Screen.hpp(1007B)
--------CPU.hpp(2KB)
----roms()
--------Airplane.ch8(356B)
--------tetris.rom(494B)
--------Demo.ch8(144B)
--------TEST.ch8(470B)
--------PONG(246B)
--------invaders.rom(1KB)
----LICENSE(34KB)
----src()
--------CPU.cpp(10KB)
--------main.cpp(953B)
--------Screen.cpp(4KB)
----.gitignore(352B)
----CMakeLists.txt(859B)
----README.md(1KB)