aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove NST bits from this repoBad Diode2022-10-131-52/+40
* [WIP] Fix out of bounds screen drawingBad Diode2022-10-131-5/+6
* [WIP] Ensure FB is refreshed on initializationBad Diode2022-10-121-0/+1
* [WIP] Parametrize the screen update and refresh frequenciesBad Diode2022-10-121-1/+13
* [WIP] Add pixel perfect zoom to the PPUBad Diode2022-10-121-1/+9
* [WIP] Update screen update/refresh to avoid forkingBad Diode2022-10-121-14/+32
* [WIP] Add some changes for 16bpp fb running on NSTBad Diode2022-10-121-32/+50
* Fix TTY cursor and graphics modeBad Diode2022-03-141-11/+43
* Disable tty echoBad Diode2022-03-041-47/+69
* Allow roms to be loaded by a given pathBad Diode2022-03-041-3/+3
* Update ppu to use current version of screen talkBad Diode2022-03-041-12/+16
* Port uxnrpi main functionBad Diode2022-03-041-1/+1
* Prepare uxn ppu initializationBad Diode2022-03-041-0/+144