aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxspu
Commit message (Collapse)AuthorAgeFilesLines
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-095-49/+41
|
* Merge branch 'master' into cmakeJohn "Lameguy" Wilbert Villamor2021-10-151-2/+2
|\
| * Fixed bugs in SPU library, added vagsample exampleJohn Wilbert M. Villamor2021-10-061-2/+2
| |
* | Migrated libpsn00b to CMakespicyjpeg2021-09-121-59/+0
|/
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-24/+37
|
* Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-171-1/+2
|
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-11/+25
| | | | 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 CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-281-1/+2
| | | | added cdbrowse example.
* 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-2/+2
| | | | negative values in vsprintf(), added billboard sprites example
* Accidentally broke SPU (set SPUCNT with 0x8001 instead of 0xC001)John Wilbert M. Villamor2019-07-201-1/+1
|
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-172-5/+6
| | | | 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-234-16/+11
| | | | VSync(), better reference manual.
* First commitJohn Wilbert M. Villamor2019-04-0610-0/+474