You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,14 @@
1
-
# Yet Another Chip8 Emulator: QChip8
1
+
# YACE: Yet Another Chip8 Emulator
2
2
3
-
***Another Chip8 emulator with a better performance.***
3
+
## Components
4
4
5
-
## What's included
6
5
-`QChip8`: Executable for the emulator using Qt.
7
6
-`CChip8`: Core chip8 emulator for calculation only. Provided as a dynamic library.
8
7
-`CPUTests`: Tests for `CChip8` using QtTest.
9
8
10
-
## How to build
9
+
## Building & Installing
11
10
12
-
### Install Qt
13
-
14
-
Both `Qt 5.12` and `Qt 5.15` are tested. See https://wiki.qt.io/Main 's **Install / Build** part, and make sure CMake can detect it. You may want to modify `CMAKE_PREFIX_PATH`.
0 commit comments