aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup memzero callsHEADmainBad Diode2021-09-144-14/+25
* Move bss initialization to C codeBad Diode2021-09-143-10/+10
* Update FB initialization to use mbox instead of structsBad Diode2021-09-133-93/+72
* Cleanup linker script and make .stack sectionBad Diode2021-09-134-38/+57
* Force non inline of 16 bit memory poking functionsBad Diode2021-09-104-13/+13
* Add workarounds for working hardware RPI4Bad Diode2021-09-094-14/+52
* Add system timer regs and sync execution at 60fpsBad Diode2021-09-092-1/+42
* Fix uart_puts before uart_init. Thanks alderwick!Bad Diode2021-09-091-1/+2
* Add READMEBad Diode2021-09-081-0/+39
* Add dirty lines and redraw optimization to ppuBad Diode2021-09-082-10/+42
* Add initial PPU implementation for UXNBad Diode2021-09-083-78/+156
* Add docolors implementation and test with screen.romBad Diode2021-09-084-10/+97
* Add boilerplate for initial implementation of UXNBad Diode2021-09-077-6/+4499
* Add working framebuffer requestBad Diode2021-09-073-4/+160
* Cleanup UART code using structs for registersBad Diode2021-09-073-88/+141
* Add initial support for UART I/OBad Diode2021-09-076-10/+196
* Initial commit: bootstrapBad Diode2021-09-074-0/+95