aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add drivers to help outputJoseph Hunkeler2022-10-231-1/+1
|
* FixupsJoseph Hunkeler2022-10-231-40/+100
| | | | | | | | * Fix indentation * Draw art outside of the driver * Move globals up to the top * Fix buffer overflow(s) * Free driver memory
* Move drivers_alloc_default to define DRIVERS_ALLOC_DEFAULTJoseph Hunkeler2022-10-221-8/+7
| | | | | * gcc 4.8.5 complained about assigning an initializer to a constant * Change driver parser so it seeks back to the beginning of the data section
* Implement art drivers as configsJoseph Hunkeler2022-10-211-49/+240
|
* Initial commitJoseph Hunkeler2022-10-201-0/+226