aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-133-37/+56
* Force non inline of 16 bit memory poking functionsBad Diode2021-09-103-12/+12
* Add workarounds for working hardware RPI4Bad Diode2021-09-093-13/+48
* 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 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-076-5/+4498
* 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-074-3/+186
* Initial commit: bootstrapBad Diode2021-09-073-0/+48