index
:
chip8
master
CHIP-8 interpreter using C and SDL2.
daniel@danieljon.es
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chip8.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-17
use getopts for argument parsing
Daniel Jones
1
-3
/
+2
2020-08-30
move timers to a function
Daniel Jones
1
-5
/
+8
2020-08-22
added command line options for speed and video scale
Daniel Jones
1
-9
/
+0
2020-08-21
added license information
Daniel Jones
1
-0
/
+15
2020-08-21
fixed wait until key press opcode
Daniel Jones
1
-7
/
+9
2020-08-21
correct Fx55 and fx6 opcodes
Daniel Jones
1
-11
/
+4
2020-08-21
more instructions implemented
Daniel Jones
1
-14
/
+118
2020-08-19
implemented more instructions
Daniel Jones
1
-5
/
+71
2020-08-19
instructions and debugging features
Daniel Jones
1
-5
/
+20
2020-08-19
begin implementing instructions
Daniel Jones
1
-1
/
+71
2020-08-18
replace magic numbers with constants
Daniel Jones
1
-11
/
+11
2020-08-18
implemented keypad
Daniel Jones
1
-0
/
+6
2020-08-17
implement pixel XORing and wrapping
Daniel Jones
1
-13
/
+17
2020-08-17
sprite drawing basic implementation
Daniel Jones
1
-1
/
+37
2020-08-16
more initialisation and added the fontset
Daniel Jones
1
-4
/
+45
2020-08-16
began chip8 interpreter, reading rom file
Daniel Jones
1
-0
/
+41