aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add screen auto vectorBad Diode2021-11-102-30/+50
* Update UXN core with INC/DEC changesBad Diode2021-08-183-57/+169
* Update UXN with OPCODE changes (-NOP, +NIP)Bad Diode2021-08-161-266/+465
* Update screen_talk function to use updated PPUBad Diode2021-08-081-43/+61
* Port PPU changes from uxndsBad Diode2021-08-083-82/+169
* Update READMEBad Diode2021-05-291-9/+16
* Change release optimization mode to -O3Bad Diode2021-05-292-1/+7
* Add back long sample optimization on sound mixerBad Diode2021-05-291-13/+20
* Add macros for easy cycle profilingBad Diode2021-05-281-4/+34
* Add SYSTEM_WAIT configurationBad Diode2021-05-282-11/+18
* Update READMEBad Diode2021-05-282-28/+4
* Rename source files for flat directory structureBad Diode2021-05-284-0/+0
* Add audio configuration macrosBad Diode2021-05-281-40/+85
* Cleaup some leftover code and commentsBad Diode2021-05-284-137/+106
* Clean mixdown loopBad Diode2021-05-281-8/+8
* Vectorize downsample for audio mixdownBad Diode2021-05-281-8/+12
* Add ADSR filterBad Diode2021-05-272-7/+88
* Update pitch_table LUT to avoid divisionsBad Diode2021-05-272-56/+30
* [WIP] Add variable sample support and multichannelBad Diode2021-05-262-3/+27
* Add pitch table for audio resampling at 44100HzBad Diode2021-05-262-31/+24
* [WIP] Hook up new audio system to UXNBad Diode2021-05-263-160/+1386
* [WIP] Speed up the mixerBad Diode2021-05-261-16/+27
* [WIP] Prototype of audio mixer following deku tutorialBad Diode2021-05-262-149/+181
* Prototyping live resampling of uxn samplesBad Diode2021-05-262-11/+14
* [WIP] Add prototype APUBad Diode2021-05-252-95/+294
* Add sample playing prototype (not on UXN yet)Bad Diode2021-05-252-8/+110
* Add copyright notice to all filesBad Diode2021-05-247-21/+65
* Finish first prototype of new filesystemBad Diode2021-05-242-52/+58
* Add different seek modesBad Diode2021-05-241-2/+19
* Add append mode and fs_seekBad Diode2021-05-241-50/+28
* Update filesystem for writing with offsetBad Diode2021-05-241-52/+86
* Add experimental block based filesystemBad Diode2021-05-243-85/+322
* Enable setting macros to control available ctrl devicesBad Diode2021-05-242-13/+21
* Fix warnings and compilation issues on macOSBad Diode2021-05-232-6/+6
* Fix control keys on keyboard modeBad Diode2021-05-233-5/+34
* Add keyboard input methodBad Diode2021-05-234-4/+99
* Add some configuration parameters for compilationBad Diode2021-05-231-2/+13
* Update uxn opcodes to latest versionBad Diode2021-05-232-2737/+2925
* Simplify and speed up the text engineBad Diode2021-05-233-238/+35
* Normalize the fixed int typedefsBad Diode2021-05-236-734/+346
* Update VRAM map to free space for sprite dataBad Diode2021-05-235-49/+41
* Move roms to separate directoryBad Diode2021-05-234-27/+0
* Small makefile cleanupBad Diode2021-05-232-0/+0
* Include bin2carr on the tools directoryBad Diode2021-05-221-1/+0
* Update mouse control code to use key taps instead of pressBad Diode2021-05-222-21/+32
* Update uxn opcodes with alderwick's performance improvementsBad Diode2021-05-223-443/+3734
* Fix filesystem read issues, load/save rom demo is workingBad Diode2021-05-212-10/+28
* Add file_talk functionBad Diode2021-05-211-26/+27
* Add fs_read and fs_write functions and some testingBad Diode2021-05-212-7/+28
* Add incomplete filesystem prototypeBad Diode2021-05-213-1/+139