aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom/cdxa/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples, update submodules and CI scriptspicyjpeg2024-01-081-1/+1
|
* Refactor hello and cppdemo examples, fix cdxaspicyjpeg2023-05-211-125/+117
|
* Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-171-1/+1
|
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-171-0/+2
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-121-16/+14
|
* Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-231-1/+1
|
* 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-4/+7
| | | | 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-4/+3
| | | | 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/+551
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.