aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add optimized 1bpp drawing functionBad Diode2023-04-193-127/+466
|
* Fix uxn_eval triggering too often on input handlingBad Diode2023-04-101-4/+24
|
* Update UXN core to latest versionBad Diode2023-01-234-4506/+381
| | | | | | | | This modernizes the uxn core and emulator approach (dei/deo instead of _talk), forgoing the previous uxn-fast core implementation. As a consequence, there are some performance regressions. That tradeoff gives us an easier way of keeping uxngba up to date as it follows more closely the upstream version.
* Fix regression with mouse movementBad Diode2022-11-291-4/+4
|
* Change controller behaviour to avoid repeats on holdBad Diode2022-11-282-14/+14
|
* Update screen_talk to handle screen_dei eventsBad Diode2022-10-273-8/+14
|
* Fix extra element being added to rom.cBad Diode2022-10-271-0/+15
|
* Update the README to reflect the project statusBad Diode2022-10-231-3/+6
|
* Change `_` in the virtual keyboard to space ` `Bad Diode2022-10-141-1/+1
|
* Update noodle.romBad Diode2022-05-161-0/+0
|
* Update some roms to new uxn changesBad Diode2022-05-1610-0/+0
|
* Update file device to support multiple file devsBad Diode2022-05-162-37/+42
|
* Update uxn-core with OP order changesBad Diode2022-05-163-43/+43
|
* Add initial version of updated file deviceBad Diode2022-03-152-19/+122
|
* Add datetime device (always starts at 0)Bad Diode2022-03-152-2/+21
|
* Update screen.rom to fix screen sizeBad Diode2022-03-151-0/+0
|
* Update screen romBad Diode2022-03-151-0/+0
|
* Update screen vector with new auto changesBad Diode2022-03-143-37/+34
|
* Add Bad Diode to license fileBad Diode2021-12-201-1/+1
|
* Added licenseneauoire2021-12-201-0/+21
|
* Add screen auto vectorBad Diode2021-11-1019-30/+50
|
* Update UXN core with INC/DEC changesBad Diode2021-08-1819-57/+169
|
* Update UXN with OPCODE changes (-NOP, +NIP)Bad Diode2021-08-1616-266/+465
|
* Update roms for new PPU implementationBad Diode2021-08-0817-0/+0
|
* 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-292-9/+42
|
* Change release optimization mode to -O3Bad Diode2021-05-293-2/+8
|
* 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-283-42/+57
|
* Rename source files for flat directory structureBad Diode2021-05-284-0/+0
|
* Add script used to generate the pitch tables to the repoBad Diode2021-05-281-0/+22
|
* 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
|
* Add multichannel.audio.romBad Diode2021-05-281-0/+0
|
* Vectorize downsample for audio mixdownBad Diode2021-05-281-8/+12
| | | | This results in 3K cycles less per sound_mix call
* Add ADSR filterBad Diode2021-05-272-7/+88
|
* Update pitch_table LUT to avoid divisionsBad Diode2021-05-272-56/+30
| | | | | This also unifies both the 44100 and variable pitch tables, reducing the amount of space needed.
* [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-253-95/+294
|
* Add sample playing prototype (not on UXN yet)Bad Diode2021-05-252-8/+110
|
* Update noodle romBad Diode2021-05-251-0/+0
|