aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxcd/psxcd.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-171-371/+0
|
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-271-1/+1
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-5/+5
|
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-10/+4
|
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-171-3/+8
|
* Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-161-9/+1
|
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-131-7/+2
|
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-16/+16
|
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-081-10/+12
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-301-19/+19
|
* Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-301-4/+4
|
* Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-231-4/+4
|
* Fixed missing type errors when compiling libraries due to the new variable ↵John Wilbert M. Villamor2021-07-011-16/+17
| | | | type changes
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-1/+7
| | | | 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-2/+59
| | | | for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
* Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.John Wilbert M. Villamor2020-03-111-1/+1
|
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-061-0/+319