aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add README and some example romsBad Diode2021-05-205-11/+14
* Change dirty_tiles to use a u32[20] instead of u8[20][30]Bad Diode2021-05-202-11/+16
* Replace puticn with optimized versionBad Diode2021-05-201-19/+158
* Update build system to build the boot data on the flyBad Diode2021-05-201-6/+2
* Implement double buffering drawingBad Diode2021-05-193-38/+96
* Add a new console drawing modeBad Diode2021-05-194-14/+95
* Test automata drawingBad Diode2021-05-195-2/+47
* Update screen rendering to use 2 backgroundsBad Diode2021-05-193-206/+118
* Set up backgrounds 0 and 1 for fg/bg drawingBad Diode2021-05-191-28/+59
* Draw directly to the FRAMEBUFFERBad Diode2021-05-183-122/+63
* Proof of concept of UXN on the GBABad Diode2021-05-1816-0/+2502