chip8

CHIP-8 emulator
git clone git://git.christosmarg.xyz/chip8.git
Log | Files | Refs | README | LICENSE

commit 6b5851ff4788abff85181dfd948753ddc6c85247
parent 2f99d56f62bad2f03e7f443614d609a78d8fd3e9
Author: Christos Margiolis <christos@margiolis.net>
Date:   Mon, 18 May 2020 20:23:08 +0300

edited README

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,11 +1,11 @@ # CHIP-8 Emulator -Your typical copy of CHIP-8. This one uses SDL2 as a rendering API. +Your typical CHIP-8 copy. This one uses SDL2 as a rendering API. ## Dependencies -`cmake` -`SDL2` +* `cmake` +* `SDL2` ## Usage