-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreadme.txt
43 lines (34 loc) · 1.46 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Project Cherry
____________________________________________________________________________________________________________
Project Cherry is a Chip-8/SCHIP emulator in FreeBASIC.
Written by:
Blyss Sarania (http://forums.pcsx2.net/User-Blyss-Sarania)
Nobbs66 (http://forums.pcsx2.net/User-Nobbs66)
Controls:
Drag and drop a ROM onto the EXE to load a game. CHIP8 has a hex keypad, and the keys are mapped as follows:
Keypad Keyboard
+-+-+-+-+ +-+-+-+-+
|1|2|3|C| |1|2|3|4|
+-+-+-+-+ +-+-+-+-+
|4|5|6|D| |Q|W|E|R|
+-+-+-+-+ => +-+-+-+-+
|7|8|9|E| |A|S|D|F|
+-+-+-+-+ +-+-+-+-+
|A|0|B|F| |Z|X|C|V|
+-+-+-+-+ +-+-+-+-+
Certain games have more "sane" layouts which are applied automatically. These games can be controlled with
the arrow keys or WASD. Since each game is different, it may take some trial and error to find the controls.
Emulator specific keys:
_________________________
Home - About the program
P - Mute/unmute
F3 - Save State
F5 - Load State
Page Up - Increase ops per second
Page Down - Decrease ops per second
Tilde - Show/hide debug info
Escape - Quit
Credits:
FMOD audio library copyright © Firelight Technologies Pty, Ltd., 1994-2014. (http://www.fmod.org/)
Laurence Muller (http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)
Cowgod (http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)