aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxcd/isofs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.