README (299B)
1 8 2 --- 3 a CHIP-8 emulator 4 5 Usage 6 --- 7 ./8 ./roms/LANDING.ch8 8 9 HW documentation can be found in doc directory. 10 11 Prerequisites 12 --- 13 libsdl2 14 libsdl2-mixer 15 16 Controls 17 --- 18 The original hexadecimal keypad of CHIP-8 has been 19 mapped to the following keys: 20 21 1 2 3 4 22 Q W E R 23 A S D F 24 Z X C V 25 26 love, 27 zer