aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-171-0/+29
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-0/+15
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-0/+23
| | | | 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-6/+18
| | | | squareroot functions and added C++ demo example.
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-291-0/+14
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Minor correction on changelogJohn Wilbert M. Villamor2020-09-191-5/+5
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-0/+65
| | | | 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-0/+16
| | | | for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
* Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.John Wilbert M. Villamor2020-03-111-0/+9
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-281-0/+23
| | | | added cdbrowse example.
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-061-0/+10
|
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-221-0/+41
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-111-7/+26
| | | | negative values in vsprintf(), added billboard sprites example
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵John Wilbert M. Villamor2019-09-231-0/+13
| | | | setUVWH() macro
* Added childexec example, added BIOS memory card functions, changed PAD ↵John Wilbert M. Villamor2019-08-171-1/+27
| | | | function names, runtime library now 0.13b
* Added fpscam example, added small descriptions to examples, minor readme changesJohn Wilbert M. Villamor2019-07-181-0/+9
|
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-0/+67
| | | | 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-231-4/+89
| | | | VSync(), better reference manual.
* Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in ↵lameguy642019-05-231-0/+28
the works