aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxcd
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in libc, psxgpu, psxpress, clean up headersspicyjpeg2024-01-081-7/+7
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-202-3/+5
* Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion()spicyjpeg2023-05-121-2/+2
* Fix non-standard string.h functions, remove argv parserspicyjpeg2023-04-041-15/+36
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-044-2/+31
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-3/+3
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-282-41/+102
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-181-1/+1
* Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-1710-1153/+800
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-271-1/+1
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-211-0/+1
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-193-60/+63
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-183-79/+58
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-173-32/+28
* Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-162-9/+24
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-132-17/+12
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-112-25/+22
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-082-167/+106
* Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-064-67/+40
* Update version number, clean up old headersspicyjpeg2022-09-224-4/+4
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-302-39/+39
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-092-8/+8
* Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-301-4/+4
* Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-233-6/+7
* CMake fixes, psxcd and printf/scanf improvementsspicyjpeg2021-11-281-8/+20
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+1
* Migrated libpsn00b to CMakespicyjpeg2021-09-121-59/+0
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-22/+35
* Fixed missing type errors when compiling libraries due to the new variable ty...John Wilbert M. Villamor2021-07-012-22/+24
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated m...John Wilbert M. Villamor2020-11-291-3/+3
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), mov...John Wilbert M. Villamor2020-09-198-245/+480
* Refined toolchain instructions, organized examples, added automatic retry for...John Wilbert M. Villamor2020-04-241-2/+59
* Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.John Wilbert M. Villamor2020-03-112-3/+3
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and add...John Wilbert M. Villamor2020-02-282-15/+215
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-068-0/+1784