aboutsummaryrefslogtreecommitdiff
path: root/examples/system/childexec/parent.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-051-1/+1
|
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-13/+9
|
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-131-18/+9
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-121-5/+5
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-3/+8
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-7/+21
| | | | moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph()
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-241-0/+305
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.