Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c8

Chip-8 emulator & disassembler with ncurses

Images

Video

Using

Command line

  • Programs should be run using c8.elf [-d] path/to/rom.
  • The -d flag controls emission of disassembled code.

Controls

  • 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

  • Building requires the libraries ncurses (terminal interface) and SDL2 (audio).
  • Simply run make, output with be located in out.

About

Chip-8 emulator & disassembler using ncurses

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages