aboutsummaryrefslogtreecommitdiff
path: root/examples/system
Commit message (Collapse)AuthorAgeFilesLines
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-179-0/+740
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-176-118/+227
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-015-12/+25
| | | | 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-184-4/+6
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-294-20/+0
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-197-19/+39
| | | | 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-2412-0/+1442
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.