/CHIP-8-Emulator

A Chip8 interpreter written in C++17.

Primary LanguageC++

CHIP-8 interpreter.

An interpreter that helped me to enter the world of emulation, made in C ++ 17.

Snapshots.

Experimental branch.

There is an experimental branch in which the assembly code is generated at compile time via template metaprogramming, for this you need to hardcode the ROM files (i know, kinda messy).