aboutsummaryrefslogtreecommitdiffstats
path: root/src/filesystem.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleaup some leftover code and commentsBad Diode2021-05-281-1/+1
|
* Add copyright notice to all filesBad Diode2021-05-241-0/+11
|
* Finish first prototype of new filesystemBad Diode2021-05-241-15/+46
|
* 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-241-79/+282
|
* Fix warnings and compilation issues on macOSBad Diode2021-05-231-1/+1
|
* Fix control keys on keyboard modeBad Diode2021-05-231-2/+2
|
* Fix filesystem read issues, load/save rom demo is workingBad Diode2021-05-211-6/+27
|
* Add fs_read and fs_write functions and some testingBad Diode2021-05-211-0/+15
|
* Add incomplete filesystem prototypeBad Diode2021-05-211-0/+118