Skip to content

gicappa/0xID8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0xID8

A CHIP-8 emulator written in Rust.

Description

This project is a simple CHIP-8 emulator created to learn more about Rust and emulation. It is capable of loading and running CHIP-8 ROMs.

Features

  • CHIP-8 CPU emulation
  • RAM and register implementation
  • ROM loading

Prerequisites

Building

To build the project, run the following command:

cargo build

Usage

To run the emulator, use the following command:

cargo run

You will need to place a CHIP-8 ROM file named rom.ch8 in the root of the project directory.

About

Chip8 emulator written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages