aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This patch replaces the txt_printf with the public domain posprintf library.
* 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