aboutsummaryrefslogtreecommitdiffstats
path: root/src/uxn
Commit message (Collapse)AuthorAgeFilesLines
* Update uxn opcodes with alderwick's performance improvementsBad Diode2021-05-223-443/+3734
|
* Apply asie's patch 5 for PPU fixes and cleanupBad Diode2021-05-202-23/+8
|
* Apply asie's patch 4 for performance modificationsBad Diode2021-05-201-11/+21
| | | | | This patch removes the need for a backbuffer on EWRAM and instead store them on the VRAM.
* Apply asie's patch 3 with a PPU fixBad Diode2021-05-201-73/+90
|
* Apply asie's patch 2 for performance optimizationsBad Diode2021-05-202-2/+317
| | | | | This patch replaces the txt_printf with the public domain posprintf library.
* Apply asie's first performance patchBad Diode2021-05-204-115/+513
|
* Add datetime and control methodsBad Diode2021-05-201-2/+9
|
* Add README and some example romsBad Diode2021-05-204-8/+11
|
* Change dirty_tiles to use a u32[20] instead of u8[20][30]Bad Diode2021-05-201-10/+15
|
* Replace puticn with optimized versionBad Diode2021-05-201-19/+158
|
* Implement double buffering drawingBad Diode2021-05-191-20/+50
|
* Add a new console drawing modeBad Diode2021-05-192-1/+7
|
* Update screen rendering to use 2 backgroundsBad Diode2021-05-192-133/+101
|
* Draw directly to the FRAMEBUFFERBad Diode2021-05-182-63/+4
|
* Proof of concept of UXN on the GBABad Diode2021-05-186-0/+494