aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi
Commit message (Collapse)AuthorAgeFilesLines
* Changed _bu_init ROM offset from 0x55 to 0x70EngineersBox2024-09-302-2/+2
|
* More library cleanups and libc fixesspicyjpeg2023-05-212-48/+22
|
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-055-53/+153
|
* Add PCDRV API, fix warnings and DS region misdetectionspicyjpeg2023-04-041-6/+105
|
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-8/+9
|
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-082-15/+15
|
* Update version number, clean up old headersspicyjpeg2022-09-221-1/+1
|
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-233-31/+203
|
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-072-1/+29
|
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-091-3/+3
|
* Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-0769-620/+1105
|
* sprintf improvements, added new _mem_init, GetSystemInfospicyjpeg2021-11-181-0/+10
|
* Migrated libpsn00b to CMakespicyjpeg2021-09-121-61/+0
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-21/+41
|
* Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-171-0/+10
|
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-11/+20
| | | | 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-242-0/+18
| | | | for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-226-0/+60
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-111-10/+0
| | | | negative values in vsprintf(), added billboard sprites example
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵John Wilbert M. Villamor2019-09-231-0/+10
| | | | setUVWH() macro
* Added childexec example, added BIOS memory card functions, changed PAD ↵John Wilbert M. Villamor2019-08-1719-34/+144
| | | | function names, runtime library now 0.13b
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-4/+2
| | | | 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-236-2/+52
| | | | VSync(), better reference manual.
* Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in ↵lameguy642019-05-238-22/+78
| | | | the works
* First commitJohn Wilbert M. Villamor2019-04-0635-0/+377