aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxsio
Commit message (Collapse)AuthorAgeFilesLines
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-201-6/+8
|
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-051-5/+5
|
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-182-22/+22
|
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-15/+12
|
* Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-231-5/+11
|
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-214-404/+370
|
* Update version number, clean up old headersspicyjpeg2022-09-221-1/+1
|
* Replaced sample image of mdecimage example, added dummy hooks for sio tty ↵U-Lameguy64-LT\Lameguy642022-03-251-11/+16
| | | | device, updated some documentation in libn00bref.odf
* Migrated libpsn00b to CMakespicyjpeg2021-09-121-59/+0
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-22/+35
|
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-192-13/+23
| | | | 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()
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-241-1/+15
| | | | for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-221-6/+70
|
* 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-172-9/+9
| | | | 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-0/+357
VSync(), better reference manual.