about summary refs log tree commit diff stats
path: root/020byte_addressing.cc
Commit message (Collapse)AuthorAgeFilesLines
* 7412 - drawing pixels to screenKartik Agaram2020-12-261-1/+1
| | | | | This works, but colors are unexpected. 0xff isn't white. Lots of colors are black. Perhaps I need to initialize a palette.
* 7132Kartik Agaram2020-10-281-0/+272