Chip-8 emulator & disassembler with ncurses
- Programs should be run using
c8.elf [-d] path/to/rom. - The
-dflag controls emission of disassembled code.
- Controls are designed for an AZERTY keyboard.
- If necessary, edit the switch/case in
src/window.hpp. - Press space to pause/unpause.
- Exit with Ctrl+C.
- Building requires the libraries ncurses (terminal interface) and SDL2 (audio).
- Simply run
make, output with be located inout.



