aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc
Commit message (Collapse)AuthorAgeFilesLines
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-201-2/+4
|
* More library cleanups and libc fixesspicyjpeg2023-05-211-1/+2
|
* Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion()spicyjpeg2023-05-121-1/+2
|
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-051-2/+2
|
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-042-14/+18
|
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-281-0/+25
|
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-181-1/+1
|
* Misc. bugfixes, add support for DRAWENV texture windowsspicyjpeg2022-12-181-4/+6
|
* Fix dynamic linker symbol resolver and assert macrospicyjpeg2022-12-182-104/+67
|
* Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-171-0/+1
|
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-153-54/+4
|
* Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-301-268/+131
|
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-271-4/+4
|
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-211-1/+2
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-25/+27
|
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-182-48/+93
|
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-132-76/+72
|
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-3/+3
|
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-081-8/+4
|
* Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-211-2/+3
|
* Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-211-3/+13
|
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-136-419/+214
|
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-231-11/+4
|
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-201-2/+4
|
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-094-18/+18
|
* Minor psxgpu/psxpad header changesspicyjpeg2022-01-171-2/+4
|
* Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-302-32/+27
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-2/+2
|
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-95/+111
|
* Migrated libpsn00b to CMakespicyjpeg2021-09-122-60/+1
|
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-173-7/+728
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-23/+36
|
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-1910-424/+437
| | | | 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 FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-113-7/+191
| | | | negative values in vsprintf(), added billboard sprites example
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-172-4/+2
| | | | libc and libgcc (during build process), libraries now v0.12b and more
* fix FntLoad to non-zero y locations for debug fontwilliamblair2019-06-301-2/+2
|
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵John Wilbert M. Villamor2019-06-233-5/+5
| | | | VSync(), better reference manual.
* First commitJohn Wilbert M. Villamor2019-04-066-0/+288