aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-101-1/+1
|
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-313-87/+122
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-307-794/+638
|
* Replace default allocator with psyqo implementationspicyjpeg2022-07-231-25/+14
|
* Add experimental psxpress Huffman decoding APIspicyjpeg2022-07-171-8/+242
|
* Change I/O base address to 0xbf80, use size_t in stdlibspicyjpeg2022-07-173-78/+80
|
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-25/+44
|
* Clean up io/system573 example and libpsxpressspicyjpeg2022-06-271-5/+5
|
* Replace inline_c.h contents with nugget's inline_n.hspicyjpeg2022-03-311-222/+1171
|
* Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-231-3/+7
|
* Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-201-0/+1
|
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-202-17/+1
|
* Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-121-1/+1
|
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-071-0/+12
|
* Add psxpress MDEC API and psn00bsdk_target_incbin_aspicyjpeg2022-02-271-0/+152
|
* Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-272-16/+16
|
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-202-8/+21
|
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-092-73/+230
|
* Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-072-3/+5
|
* Minor psxgpu/psxpad header changesspicyjpeg2022-01-172-150/+180
|
* Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-302-5/+5
|
* Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-301-43/+58
|
* sprintf improvements, added new _mem_init, GetSystemInfospicyjpeg2021-11-181-0/+32
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-184-43/+31
|
* Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-071-53/+150
|
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-4/+21
|
* Updated changelog and files missing from last commitspicyjpeg2021-09-272-18/+23
|
* Misc. CMake bug and typo fixes, updated changelogspicyjpeg2021-09-131-1/+1
|
* Migrated libpsn00b to CMakespicyjpeg2021-09-122-0/+249
|
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-172-0/+314
|
* Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-173-0/+6
|
* Fixed missing type errors when compiling libraries due to the new variable ↵John Wilbert M. Villamor2021-07-011-1/+1
| | | | type changes
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-013-249/+295
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Added some macros for gte_stsxy3_*Alexandro Trevisan2021-01-301-0/+64
|
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-053-35/+43
| | | | squareroot functions and added C++ demo example.
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-291-0/+12
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-198-12/+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-0/+3
| | | | 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-2/+2
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-282-28/+49
| | | | added cdbrowse example.
* Add labs() to stdlib.hThomas Perl2020-02-241-0/+1
|
* Merge pull request #10 from JaCzekanski/patch-2John Wilbert Villamor2020-01-061-1/+1
|\ | | | | Fixed typo in setUVWH
| * Fixed typo in setUVWHJakub Czekański2019-12-031-2/+2
| |
* | Fix setDrawMask macroJakub Czekański2019-11-291-2/+2
|/ | | Missing parenthesis caused compilation error when passing a reference to DR_MASK
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-226-36/+238
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-112-1/+4
| | | | 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-234-8/+16
| | | | setUVWH() macro
* Added childexec example, added BIOS memory card functions, changed PAD ↵John Wilbert M. Villamor2019-08-173-13/+53
| | | | function names, runtime library now 0.13b
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-178-137/+50
| | | | 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-238-76/+204
| | | | VSync(), better reference manual.