Skip to content

Commit 99047c3

Browse files
committed
more formatting
1 parent 6ec6544 commit 99047c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ Chip-8-Emulator
44
Interpreter for the Chip 8 Virtual Machine. Can run Pong and Tetris.
55

66
Tutorials:
7+
---------------
78

89
Mastering Chip 8 by Matthew Mikolay
910
http://mattmik.com/chip8.html
1011

1112
How to Write an Emulator (Chip-8 Interpreter) by Laurence Muller
1213
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
1314

15+
About:
16+
--------------
17+
1418
Key mapping is based on hexadecimal keypad:
1519

1620
|1|2|3|C| => |1|2|3|4|
@@ -31,7 +35,9 @@ Pong:
3135
4 -> P2 UP
3236
R -> P2 DOWN
3337

34-
<i>TODO:</i>
38+
To-Do:
39+
---------------
40+
3541
* change gameplay speed to be more playable
3642
* add header file support for Win/Linux
3743
* add makefiles for Win/Linux

0 commit comments

Comments
 (0)