CHIP-8 0.1.0
Loading...
Searching...
No Matches
Main Page

Introduction

Welcome to the technical documentation of the CHIP-8 emulator.

Building

To build the emulator a C-Compiler, that supports the C99 standard, and CMake (Version >= 3.16) are required.
Additionaly the emulator has the following dependecies

Under windows:

  • psapi.h
  • windows.h

Under unix-based systems:

  • unistd.h

License

Copyright © 2022 by Frederik Tobner.
Permission to use, copy, modify, and distribute this software and its documentation under the terms of the GNU General Public License is hereby granted.
No representations are made about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.
See the GNU General Public License for more details.