aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-171-10/+25
|
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-41/+63
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-051-52/+49
| | | | squareroot functions and added C++ demo example.
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-13/+32
| | | | 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-6/+5
| | | | for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
* Updated website domainJohn Wilbert M. Villamor2020-01-311-2/+2
|
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-061-22/+14
|
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-221-7/+8
|
* Added fpscam example, added small descriptions to examples, minor readme changesJohn Wilbert M. Villamor2019-07-181-13/+18
|
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-52/+73
| | | | libc and libgcc (during build process), libraries now v0.12b and more
* Fixed bug in DrawPrim() where it sends 1 extra junk wordJohn Wilbert M. Villamor2019-06-241-1/+1
|
* Minor readme updatelameguy642019-06-231-29/+35
|
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵John Wilbert M. Villamor2019-06-231-60/+134
| | | | VSync(), better reference manual.
* Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in ↵lameguy642019-05-231-18/+60
| | | | the works
* First commitJohn Wilbert M. Villamor2019-04-061-0/+53