Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/VenkatKS/CHIP8
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkatKS committed Jun 1, 2017
2 parents 63a3872 + 3ebd240 commit 4574005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Full instruction-level emulator for the CHIP-8 Instruction Set Architecture (ISA
Code features an emulator that fully supports all instructions featured in the CHIP-8 ISA.
The code in the main branch uses OPENGL libraries to display the CHIP8 graphics output. The code in the terminal branch uses a Unix terminal for graphics output, and does not use any external graphics libraries.

To run, please first compile the files *(by running `gcc *.c` from project directory)*. After doing so, the compiled emulator binary can be launched by specifying a CHIP-8 binary/ROM file as the second parameter.
To run, please run make from src/. After doing so, the compiled emulator binary (under src/build) can be launched by specifying a CHIP-8 binary/ROM file as the second parameter.

Developed, compiled, and tested on MacOS.

0 comments on commit 4574005

Please sign in to comment.