Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-08-21 | correct Fx55 and fx6 opcodes | Daniel Jones | 1 | -1/+1 |
2020-08-21 | more instructions implemented | Daniel Jones | 1 | -3/+3 |
2020-08-19 | instructions and debugging features | Daniel Jones | 1 | -7/+39 |
2020-08-19 | begin implementing instructions | Daniel Jones | 1 | -3/+32 |
2020-08-18 | replace magic numbers with constants | Daniel Jones | 1 | -2/+4 |
2020-08-18 | move sdl event handling to own function | Daniel Jones | 1 | -28/+31 |
2020-08-18 | implemented keypad | Daniel Jones | 1 | -13/+75 |
2020-08-17 | implement pixel XORing and wrapping | Daniel Jones | 1 | -2/+11 |
2020-08-17 | sprite drawing basic implementation | Daniel Jones | 1 | -2/+23 |
2020-08-16 | began chip8 interpreter, reading rom file | Daniel Jones | 1 | -5/+26 |
2020-08-16 | SDL init stuff, test code | Daniel Jones | 1 | -0/+105 |