aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom
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
|
* Add missing CD image dependencies to CMake scriptsspicyjpeg2023-04-044-11/+10
|
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-181-0/+1
|
* 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
|
* Update sound/spustream, clean up other examplesspicyjpeg2022-10-152-2/+0
|
* Bump required CMake version to 3.21spicyjpeg2022-10-112-4/+4
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-128-56/+25
|
* Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-232-8/+0
|
* Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-231-1/+1
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-182-2/+0
|
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-102-2/+2
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-082-2/+2
|
* Migrated examples to CMakespicyjpeg2021-09-126-143/+69
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-174-90/+132
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-012-7/+13
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-182-6/+2
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-292-10/+0
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-194-26/+33
| | | | 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-2410-0/+1274
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.