Code Monkey home page Code Monkey logo

fat-8's Introduction

FAT-8

Simple CHIP-8 interpreter written in C using ncurses for graphics and keyboard handling.

Installation and running

To compile the program run make

Usage: bin/fat-8 ROM_PATH [SPEED_MULTIPLIER]

CHIP-8 delay and sound timers run at 60 Hz, default execution speed of FAT-8 is also 60 Hz, to make it run faster pass an optional command line argument SPEED_MULTIPLIER.

Sources

ROM collections:

CHIP-8 specification based on:

Timendus' Chip Test Suite and various sources referenced there.

CHIP‐8 Technical Reference (Matthew Mikolay)

Following resources were used at the beggining of this project but were found to by largely innacurate and were therefore abandoned:

Cowgod's Chip-8 Technical Reference v1.0

Building a CHIP-8 Emulator [C++] (Austin Morlan)

TODO

  • add SDL/OpenGL mode with sound
  • smooth out handling of keypad by ncurses (if possible ((not really)))

fat-8's People

Contributors

fatmage 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.