Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-08-30 | move timers to a function | Daniel Jones | 1 | -0/+2 |
2020-08-21 | added license information | Daniel Jones | 1 | -0/+15 |
2020-08-19 | begin implementing instructions | Daniel Jones | 1 | -0/+2 |
2020-08-18 | replace magic numbers with constants | Daniel Jones | 1 | -0/+6 |
2020-08-18 | implemented keypad | Daniel Jones | 1 | -0/+1 |
2020-08-17 | implement pixel XORing and wrapping | Daniel Jones | 1 | -1/+1 |
2020-08-17 | sprite drawing basic implementation | Daniel Jones | 1 | -1/+2 |
2020-08-16 | more initialisation and added the fontset | Daniel Jones | 1 | -0/+2 |
2020-08-16 | began chip8 interpreter, reading rom file | Daniel Jones | 1 | -0/+19 |