summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-17use getopts for argument parsingHEADmasterDaniel Jones1-15/+27
2020-08-30move timers to a functionDaniel Jones1-23/+5
2020-08-26added roms and changed readmeDaniel Jones1-2/+2
2020-08-22added command line options for speed and video scaleDaniel Jones1-5/+8
2020-08-21added license informationDaniel Jones1-29/+16
2020-08-21correct Fx55 and fx6 opcodesDaniel Jones1-1/+1
2020-08-21more instructions implementedDaniel Jones1-3/+3
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