Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 801 Bytes

README.md

File metadata and controls

53 lines (27 loc) · 801 Bytes

chip8

Input

1	2	3	4

q	w	e	r

a	s	d	f

z	x	c	v

Usage

Linux

Install SDL2 development library

Compile program with make

Run with ./chip8 ROM

Mac

Install SDL2 development library (using 'brew' is recommended)

Compile with make mac

Run with ./chip8 ROM

Windows

Install SDL2 development library

Requires mingw32

Compile with make windows

Run with ./chip8.exe ROM

Sample screenshots

alt text

alt text

alt text

alt text

Notes

By default FX55 and FX65 will increment the I register. This can be disabled for compatibility purposes by using the -i flag