aboutsummaryrefslogtreecommitdiff
path: root/examples/system
Commit message (Collapse)AuthorAgeFilesLines
* Fix setjmp.h, FntSort(), examples, rewrite system/timerspicyjpeg2023-07-031-131/+124
|
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-052-2/+2
|
* Add PCDRV API, fix warnings and DS region misdetectionspicyjpeg2023-04-041-0/+1
|
* Add missing CD image dependencies to CMake scriptsspicyjpeg2023-04-042-5/+2
|
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-222-16/+13
|
* Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-301-23/+21
|
* Update sound/spustream, clean up other examplesspicyjpeg2022-10-154-34/+35
|
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-133-31/+22
|
* Bump required CMake version to 3.21spicyjpeg2022-10-115-11/+11
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-1213-70/+28
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-302-5/+5
|
* Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-271-2/+3
|
* Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-202-16/+7
|
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-201-7/+12
|
* Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-071-0/+1
|
* Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-302-100/+122
|
* Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-235-20/+0
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-184-4/+4
|
* Cleaned up pads example, added CMake script for cartromspicyjpeg2021-11-111-2/+6
|
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-105-5/+5
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-085-5/+5
|
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-4/+6
|
* Misc MSVC/CMake fixes, also fixed childexec examplespicyjpeg2021-09-271-0/+7
|
* Migrated examples to CMakespicyjpeg2021-09-1212-392/+141
|
* 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.