aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include/psxapi.h
Commit message (Collapse)AuthorAgeFilesLines
* Split off libsmd from n00bdemo into separate libraryspicyjpeg2023-06-201-1/+1
|
* Update psxapi.hniko1point02023-06-041-1/+1
| | | this should be 0x2000, not 0x200
* More library cleanups and libc fixesspicyjpeg2023-05-211-1/+9
|
* Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion()spicyjpeg2023-05-121-70/+66
|
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-051-36/+80
|
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-2/+40
|
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-131-2/+3
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-301-76/+80
|
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-071-0/+12
|
* Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-071-0/+5
|
* sprintf improvements, added new _mem_init, GetSystemInfospicyjpeg2021-11-181-0/+32
|
* Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-171-0/+1
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-1/+1
| | | | 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()
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-221-18/+40
|
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵John Wilbert M. Villamor2019-09-231-0/+2
| | | | setUVWH() macro
* Added childexec example, added BIOS memory card functions, changed PAD ↵John Wilbert M. Villamor2019-08-171-6/+43
| | | | function names, runtime library now 0.13b
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-1/+1
| | | | libc and libgcc (during build process), libraries now v0.12b and more
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵John Wilbert M. Villamor2019-06-231-25/+51
| | | | VSync(), better reference manual.
* Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in ↵lameguy642019-05-231-5/+11
| | | | the works
* First commitJohn Wilbert M. Villamor2019-04-061-0/+97