aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom/cdbrowse/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-181-0/+1
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-121-6/+5
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+0
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-3/+6
| | | | 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-18/+26
| | | | 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/+517
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.