From 72a80b66f979cce2318e0b4c1df1fae7175b4d2c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 26 Aug 2020 07:55:11 +0930 Subject: added roms and changed readme --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index d4e8368..33b0471 100644 --- a/README +++ b/README @@ -1 +1,15 @@ CHIP-8 interpreter in C using SDL2 for graphics and sound. + +# build +``` +cmake CmakeLists.txt +make +``` +The binary is in bin/ +# running +``` +usage: bin/chip8 [scale] [speed] [romfile] +scale - pixel scaling (~5 recommended) +speed - how many cycles per second should be run (60-1000 or so, depends on the game) +``` +A number of example ROM files are provided in the roms/ directory. -- cgit v1.2.3