This is a project I developed to practice C++ and review some foundational concepts.
This repository contains a Chip-8 emulator, which can partially pass the corax89's test ROM. The emulator displays results using the SDL2 library.
- SDL2
- Compilation and testing were performed on Windows using Visual Studio 2022 only.
这是我练习C++和复习一些基础知识而写的一个项目.
这个仓库实现了一个 Chip-8 模拟器, 它能够(部分)通过 corax89的测试ROM, 并通过SDL2库显示运行结果.
- SDL2
- 只在Windows平台上通过Visual Studio 2022进行了编译测试