-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (24 loc) · 1.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
_____ _ _ ___ ______ _ _
/ ____| | (_) / _ \ | ____| | | | |
| | | |__ _ _ __ | (_) | | |__ _ __ ___ _ _| | __ _| |_ ___ _ __
| | | '_ \| | '_ \ > _ < | __| | '_ ` _ \| | | | |/ _` | __/ _ \| '__|
| |____| | | | | |_) | (_) | | |____| | | | | | |_| | | (_| | || (_) | |
\_____|_| |_|_| .__/ \___/ |______|_| |_| |_|\__,_|_|\__,_|\__\___/|_|
| |
|_|
* README
Chip8 emulator is a simple project that aims at providing an emulator for
chip8 platform. With it you can play with all games developed for chip8.
Super-chip8 and Mega-chip8 platform are not supported yet !
* COMPILE
To compile this project you will need to have SDL devel library installed
Then just type :
cmake .
make
* USAGE
To run chip8 emulator you just have to specify the path to your ROM
./chip8 path-to-your-ROM
* LICENSE
This software is under MIT LICENSE. For more info see the LICENSE file.
* BUG
If you find any bug please contact me at b.covolato@gmail.com