Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-17 | sprite drawing basic implementation | Daniel Jones | 1 | -1/+2 | |
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 | 1 | -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-16 | began chip8 interpreter, reading rom file | Daniel Jones | 1 | -0/+19 | |