aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update UXN core with INC/DEC changesBad Diode2021-08-181-23/+23
* Update screen_talk function to use updated PPUBad Diode2021-08-081-43/+61
* Port PPU changes from uxndsBad Diode2021-08-081-3/+3
* Update READMEBad Diode2021-05-291-9/+16
* Change release optimization mode to -O3Bad Diode2021-05-291-1/+2
* Add macros for easy cycle profilingBad Diode2021-05-281-4/+34
* Add SYSTEM_WAIT configurationBad Diode2021-05-281-1/+4
* Update READMEBad Diode2021-05-281-27/+2
* Cleaup some leftover code and commentsBad Diode2021-05-281-39/+7
* Add ADSR filterBad Diode2021-05-271-5/+11
* Update pitch_table LUT to avoid divisionsBad Diode2021-05-271-10/+9
* [WIP] Add variable sample support and multichannelBad Diode2021-05-261-3/+9
* Add pitch table for audio resampling at 44100HzBad Diode2021-05-261-4/+7
* [WIP] Hook up new audio system to UXNBad Diode2021-05-261-43/+44
* [WIP] Prototype of audio mixer following deku tutorialBad Diode2021-05-261-16/+25
* Prototyping live resampling of uxn samplesBad Diode2021-05-261-7/+13
* [WIP] Add prototype APUBad Diode2021-05-251-95/+53
* Add sample playing prototype (not on UXN yet)Bad Diode2021-05-251-6/+102
* Add copyright notice to all filesBad Diode2021-05-241-11/+11
* Finish first prototype of new filesystemBad Diode2021-05-241-37/+12
* Add experimental block based filesystemBad Diode2021-05-241-4/+35
* Enable setting macros to control available ctrl devicesBad Diode2021-05-241-11/+19
* Fix control keys on keyboard modeBad Diode2021-05-231-1/+30
* Add keyboard input methodBad Diode2021-05-231-2/+24
* Add some configuration parameters for compilationBad Diode2021-05-231-2/+13
* Simplify and speed up the text engineBad Diode2021-05-231-8/+1
* Normalize the fixed int typedefsBad Diode2021-05-231-21/+21
* Update VRAM map to free space for sprite dataBad Diode2021-05-231-2/+3
* Update mouse control code to use key taps instead of pressBad Diode2021-05-221-19/+18
* Fix filesystem read issues, load/save rom demo is workingBad Diode2021-05-211-4/+1
* Add file_talk functionBad Diode2021-05-211-26/+27
* Add fs_read and fs_write functions and some testingBad Diode2021-05-211-7/+13
* Add incomplete filesystem prototypeBad Diode2021-05-211-0/+20
* Update mouse handling to enable chordingBad Diode2021-05-211-7/+19
* Add mouse device support with SELECT toggleBad Diode2021-05-211-65/+112
* Apply asie's patch 5 for PPU fixes and cleanupBad Diode2021-05-201-8/+0
* Apply asie's patch 2 for performance optimizationsBad Diode2021-05-201-1/+2
* Apply asie's first performance patchBad Diode2021-05-201-3/+12
* Add datetime and control methodsBad Diode2021-05-201-16/+83
* Add README and some example romsBad Diode2021-05-201-3/+3
* Update build system to build the boot data on the flyBad Diode2021-05-201-6/+2
* Implement double buffering drawingBad Diode2021-05-191-16/+17
* Add a new console drawing modeBad Diode2021-05-191-4/+29
* Test automata drawingBad Diode2021-05-191-2/+3
* Update screen rendering to use 2 backgroundsBad Diode2021-05-191-73/+17
* Set up backgrounds 0 and 1 for fg/bg drawingBad Diode2021-05-191-28/+59
* Draw directly to the FRAMEBUFFERBad Diode2021-05-181-59/+59
* Proof of concept of UXN on the GBABad Diode2021-05-181-0/+155