zweizeichen / chirpy

A fun little CHIP-8 interpreter I made in Rust in a day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

👾 chirpy 👾

Hi!

This is chirpy, the happy CHIP-8 interpreter! 😄

It is also my first interpreter/emulator and was made in a day.

It should work cross-platform. ROMs can be loaded by passing the ROM path as the first parameter.

The ROMs I tested seemed to be working fine, however I cannot guarantee it is bug-free. Some of the bitwise operations have tests.

Have fun!

About

A fun little CHIP-8 interpreter I made in Rust in a day

License:MIT License


Languages

Language:Rust 100.0%