aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxgte
Commit message (Collapse)AuthorAgeFilesLines
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-291-1/+1
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-12/+22
| | | | 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 multi-session CD support, fixed infinite loop bug in CdReadDir(), ↵John Wilbert M. Villamor2020-07-251-0/+68
| | | | updated CD media change detection logic, replaced version numbers with SVN revision numbers in documentation
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-221-1/+1
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-111-1/+1
| | | | negative values in vsprintf(), added billboard sprites example
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-5/+3
| | | | 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-233-24/+21
| | | | VSync(), better reference manual.
* First commitJohn Wilbert M. Villamor2019-04-0616-0/+951