aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxcd/isofs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in libc, psxgpu, psxpress, clean up headersspicyjpeg2024-01-081-7/+7
|
* Fix non-standard string.h functions, remove argv parserspicyjpeg2023-04-041-15/+36
|
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-0/+13
|
* Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-171-43/+29
|
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-211-0/+1
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-53/+56
|
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-60/+52
|
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-171-5/+14
|
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-131-10/+10
|
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-9/+6
|
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-081-157/+94
|
* Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-061-4/+4
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-301-20/+20
|
* Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-231-1/+1
|
* 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
|
* Fixed missing type errors when compiling libraries due to the new variable ↵John Wilbert M. Villamor2021-07-011-6/+7
| | | | type changes
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-291-3/+3
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-171/+229
| | | | 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()
* Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.John Wilbert M. Villamor2020-03-111-2/+2
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-281-0/+852
added cdbrowse example.