aboutsummaryrefslogtreecommitdiffstats
path: root/src/uxn/devices
Commit message (Expand)AuthorAgeFilesLines
* Rename source files for flat directory structureBad Diode2021-05-282-448/+0
* Cleaup some leftover code and commentsBad Diode2021-05-281-242/+0
* Clean mixdown loopBad Diode2021-05-281-8/+8
* Vectorize downsample for audio mixdownBad Diode2021-05-281-8/+12
* Add ADSR filterBad Diode2021-05-271-2/+77
* Update pitch_table LUT to avoid divisionsBad Diode2021-05-271-46/+21
* [WIP] Add variable sample support and multichannelBad Diode2021-05-261-0/+18
* Add pitch table for audio resampling at 44100HzBad Diode2021-05-261-27/+17
* [WIP] Hook up new audio system to UXNBad Diode2021-05-261-117/+25
* [WIP] Speed up the mixerBad Diode2021-05-261-16/+27
* [WIP] Prototype of audio mixer following deku tutorialBad Diode2021-05-261-133/+156
* Prototyping live resampling of uxn samplesBad Diode2021-05-261-4/+1
* [WIP] Add prototype APUBad Diode2021-05-251-0/+241
* Enable setting macros to control available ctrl devicesBad Diode2021-05-241-2/+2
* Fix warnings and compilation issues on macOSBad Diode2021-05-231-5/+5
* Fix control keys on keyboard modeBad Diode2021-05-231-2/+2
* Add keyboard input methodBad Diode2021-05-231-1/+73
* Simplify and speed up the text engineBad Diode2021-05-231-6/+23
* Normalize the fixed int typedefsBad Diode2021-05-232-40/+30
* Update VRAM map to free space for sprite dataBad Diode2021-05-231-44/+32
* Apply asie's patch 5 for PPU fixes and cleanupBad Diode2021-05-201-11/+7
* Apply asie's patch 4 for performance modificationsBad Diode2021-05-201-11/+21
* Apply asie's patch 3 with a PPU fixBad Diode2021-05-201-73/+90
* Apply asie's first performance patchBad Diode2021-05-201-5/+8
* Add datetime and control methodsBad Diode2021-05-201-2/+9
* Add README and some example romsBad Diode2021-05-201-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-191-0/+6
* Update screen rendering to use 2 backgroundsBad Diode2021-05-192-133/+101
* Draw directly to the FRAMEBUFFERBad Diode2021-05-181-20/+1
* Proof of concept of UXN on the GBABad Diode2021-05-182-0/+216