Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-17 | sprite drawing basic implementation | Daniel Jones | 3 | -4/+62 | |
begin implementing sprite drawing, currently draws the chip8 fontset well, no idead about other sprites yet | |||||
2020-08-16 | more initialisation and added the fontset | Daniel Jones | 2 | -4/+47 | |
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-16 | began chip8 interpreter, reading rom file | Daniel Jones | 4 | -6/+87 | |
2020-08-16 | SDL init stuff, test code | Daniel Jones | 4 | -0/+796 | |