Giter VIP home page Giter VIP logo

chip8's Introduction

Chip8 Emulator

This is a chip8 emulator that i wrote in C++. It's finished but not thoroughly tested, so some roms may not fully work properly (res roms/ for some tested roms that you can play).

Running Roms

Specify which rom you would like to load as a command line argument ./chip8 [rom]

If you don't specify a rom, it will default to DEFAULT_ROM

Building

On MacOS / Linux

With SDL2 installed, run make all. If you get any errors, you may have to change the LINKER_FLAGS in the else block.

This has only been tested on MacOS, so i'm not 100% sure if it works on linux, and if it doesn't it should just be a matter of changing the makefile (the build process is very simple so it shouldn't be too hard).

On Windows

MinGW is required to build on windows.

  • Install MinGW if you have not already
  • Install the MinGW-w64 toolchain (see this article)
  • follow the install instructions for installing SDL2 for MinGW (see this article).
  • in the Makefile change the windows INCLUDE_PATHS and LIBRARY_PATHS to your MinGW include and lib paths.

chip8's People

Contributors

iamhere345 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.