aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc
Commit message (Collapse)AuthorAgeFilesLines
* 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