summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-17use getopts for argument parsingHEADmasterDaniel Jones1-15/+27
2020-10-17use getopts for argument parsingDaniel Jones2-6/+5
2020-08-30move timers to a functionDaniel Jones3-28/+15
2020-08-26added roms and changed readmeDaniel Jones160-2/+1276
2020-08-22added command line options for speed and video scaleDaniel Jones2-14/+8
2020-08-21added license informationDaniel Jones3-29/+46
2020-08-21fixed wait until key press opcodeDaniel Jones1-7/+9
2020-08-21correct Fx55 and fx6 opcodesDaniel Jones2-12/+5
2020-08-21more instructions implementedDaniel Jones3-18/+122
2020-08-19implemented more instructionsDaniel Jones1-5/+71
2020-08-19instructions and debugging featuresDaniel Jones2-12/+59
2020-08-19begin implementing instructionsDaniel Jones3-4/+105
2020-08-18replace magic numbers with constantsDaniel Jones3-13/+21
2020-08-18move sdl event handling to own functionDaniel Jones1-28/+31
2020-08-18implemented keypadDaniel Jones3-13/+82
2020-08-17implement pixel XORing and wrappingDaniel Jones3-16/+29
2020-08-17sprite drawing basic implementationDaniel Jones3-4/+62
2020-08-16more initialisation and added the fontsetDaniel Jones2-4/+47
2020-08-16began chip8 interpreter, reading rom fileDaniel Jones4-6/+87
2020-08-16SDL init stuff, test codeDaniel Jones4-0/+796