aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-24130-83/+769
| | | | 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-117-49/+84
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-2814-45/+938
| | | | added cdbrowse example.
* Merge pull request #16 from thp/libc-abs-labsJohn Wilbert Villamor2020-02-262-0/+8
|\ | | | | libc: Add abs() and labs() functions
| * Add labs() to stdlib.hThomas Perl2020-02-241-0/+1
| |
| * libc: Add abs() and labs() functionsThomas Perl2020-02-241-0/+7
|/
* Updated website domainJohn Wilbert M. Villamor2020-01-311-2/+2
|
* Updated hello world with more commentsJohn Wilbert M. Villamor2020-01-062-54/+108
|
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-0615-29/+149
|
* Merge pull request #10 from JaCzekanski/patch-2John Wilbert Villamor2020-01-061-1/+1
|\ | | | | Fixed typo in setUVWH
| * Fixed typo in setUVWHJakub Czekański2019-12-031-2/+2
| |
* | Merge pull request #11 from greenaddress/readme_typoJohn Wilbert Villamor2020-01-063-1/+16
|\ \ | | | | | | toolchain readme typo and don't set GCC_BASE if already set
| * | don't set the version if already setLawrence Nahum2019-12-082-0/+7
| | |
| * | don't set GCC_BASE if already set (useful for in home toolchain)Lawrence Nahum2019-12-082-0/+8
| | |
| * | toolchain read me typo s/with/wishLawrence Nahum2019-12-081-1/+1
|/ /
* | Merge pull request #9 from JaCzekanski/patch-1John Wilbert Villamor2019-12-071-2/+2
|\ \ | |/ |/| Fix setDrawMask macro
| * Fix setDrawMask macroJakub Czekański2019-11-291-2/+2
|/ | | Missing parenthesis caused compilation error when passing a reference to DR_MASK
* Forgot to commit render2texJohn Wilbert M. Villamor2019-11-257-0/+703
|
* Forgot to update libpsn00b readmeJohn Wilbert M. Villamor2019-11-221-2/+3
|
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-2247-147/+3147
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-1122-30/+571
| | | | negative values in vsprintf(), added billboard sprites example
* Fixed canvas of PSn00bSDK logoJohn Wilbert M. Villamor2019-09-241-45/+36
|
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵John Wilbert M. Villamor2019-09-238-8/+192
| | | | setUVWH() macro
* Added childexec example, added BIOS memory card functions, changed PAD ↵John Wilbert M. Villamor2019-08-1733-57/+918
| | | | function names, runtime library now 0.13b
* Accidentally broke SPU (set SPUCNT with 0x8001 instead of 0xC001)John Wilbert M. Villamor2019-07-201-1/+1
|
* Added fpscam example, added small descriptions to examples, minor readme changesJohn Wilbert M. Villamor2019-07-1810-15/+920
|
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-1743-327/+1469
| | | | libc and libgcc (during build process), libraries now v0.12b and more
* Merge pull request #8 from williamblair/fntsort_fixJohn Wilbert Villamor2019-07-011-2/+2
|\ | | | | fix FntLoad to non-zero y locations for debug font
| * fix FntLoad to non-zero y locations for debug fontwilliamblair2019-06-301-2/+2
|/
* Fixed local label typo in memcpy.sJohn Wilbert M. Villamor2019-06-261-1/+1
|
* Fixed bug in DrawPrim() where it sends 1 extra junk wordJohn Wilbert M. Villamor2019-06-242-1/+2
|
* Minor readme updatelameguy642019-06-231-29/+35
|
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵John Wilbert M. Villamor2019-06-2359-487/+1747
| | | | VSync(), better reference manual.
* Merge pull request #6 from qbradq/issue-5John Wilbert Villamor2019-06-081-1/+1
|\ | | | | Swapped buffer length literal with sizeof operator
| * Swapped buffer length litteral with sizeof operatorNorman B. Lancaster2019-06-061-1/+1
|/
* Merge pull request #2 from root670/add-editorconfigJohn Wilbert Villamor2019-05-241-0/+8
|\ | | | | Add .editorconfig.
| * Add .editorconfig.root6702019-04-171-0/+8
| |
* | Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in ↵lameguy642019-05-2329-70/+1102
|/ | | | the works
* Fixed a typo in the prefix parameter for configuring GCC and removed switch ↵lameguy642019-04-121-1/+1
| | | | that disables libgcc from being built
* * Fixed lzpack producing broken QLP archives breaking the n00bdemo ↵lameguy642019-04-124-11/+11
| | | | example.\n* Updated GCC configure parameters to a known working config.\n* Removed a stray executable file.
* Fixed gcc configure parameterslameguy642019-04-081-1/+1
|
* First commitJohn Wilbert M. Villamor2019-04-06222-0/+32100