chip8

command module
v0.0.0-...-3771122 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2021 License: MIT Imports: 8 Imported by: 0

README

CHIP 8

Using go version 1.16

Chip 8 is a CHIP-8 emulator that runs Chip-8 public domain roms. The Chip 8 actually never was a real system, but more like a virtual machine (VM) developed in the 70’s by Joseph Weisbecker. Games written in the Chip 8 language could easily run on systems that had a Chip 8 interpreter.

Current sources:

Installation

You must have golang installed on your machine

go install github.com/anthonygedeon/chip8

Usage

Default clock speed: 60Hz

chip8 run `path/to/rom`

Disassembly

chip8 -d `path/to/rom`

Version

chip8 version

Help

chip8 help

Screenshots

Pong 2 Connect4 TicTac Ibm Logo Hidden Invaders

Support Me

Give a ⭐ if this project was helpful in any way!

License

The code is released under the MIT LICENSE.

Documentation

Overview

Package main provides primitive CPU functions i.e fetching - decoding - executing a program.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL