aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxcd
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵John Wilbert M. Villamor2021-07-012-22/+24
| | | | type changes
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
|
* 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-198-245/+480
| | | | 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-112-3/+3
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-282-15/+215
| | | | added cdbrowse example.
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-068-0/+1784