summaryrefslogtreecommitdiff
path: root/chip8.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-17sprite drawing basic implementationDaniel Jones1-1/+2
begin implementing sprite drawing, currently draws the chip8 fontset well, no idead about other sprites yet
2020-08-16more initialisation and added the fontsetDaniel Jones1-0/+2
fontset also loaded into memory at 0x0, we have 0x0 to 0x1FF free for anything we want, that is where the interpreter is meant to be
2020-08-16began chip8 interpreter, reading rom fileDaniel Jones1-0/+19