summaryrefslogtreecommitdiff
path: root/chip8.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-30move timers to a functionDaniel Jones1-0/+2
2020-08-21added license informationDaniel Jones1-0/+15
2020-08-19begin implementing instructionsDaniel Jones1-0/+2
2020-08-18replace magic numbers with constantsDaniel Jones1-0/+6
2020-08-18implemented keypadDaniel Jones1-0/+1
2020-08-17implement pixel XORing and wrappingDaniel Jones1-1/+1
2020-08-17sprite drawing basic implementationDaniel Jones1-1/+2
2020-08-16more initialisation and added the fontsetDaniel Jones1-0/+2
2020-08-16began chip8 interpreter, reading rom fileDaniel Jones1-0/+19