summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19instructions and debugging featuresDaniel Jones1-7/+39
2020-08-19begin implementing instructionsDaniel Jones1-3/+32
2020-08-18replace magic numbers with constantsDaniel Jones1-2/+4
2020-08-18move sdl event handling to own functionDaniel Jones1-28/+31
2020-08-18implemented keypadDaniel Jones1-13/+75
2020-08-17implement pixel XORing and wrappingDaniel Jones1-2/+11
2020-08-17sprite drawing basic implementationDaniel Jones1-2/+23
2020-08-16began chip8 interpreter, reading rom fileDaniel Jones1-5/+26
2020-08-16SDL init stuff, test codeDaniel Jones1-0/+105