| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Misc. fixes, add texturing to graphics/gte example | spicyjpeg | 2022-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Rewrite libpsxspu in C and update sound examples | spicyjpeg | 2022-07-31 | 3 | -87/+122 | |
| | | ||||||
| * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 7 | -794/+638 | |
| | | ||||||
| * | Replace default allocator with psyqo implementation | spicyjpeg | 2022-07-23 | 1 | -25/+14 | |
| | | ||||||
| * | Add experimental psxpress Huffman decoding API | spicyjpeg | 2022-07-17 | 1 | -8/+242 | |
| | | ||||||
| * | Change I/O base address to 0xbf80, use size_t in stdlib | spicyjpeg | 2022-07-17 | 3 | -78/+80 | |
| | | ||||||
| * | Refactor libpsxgpu in C, add OT drawing queue | spicyjpeg | 2022-06-29 | 1 | -25/+44 | |
| | | ||||||
| * | Clean up io/system573 example and libpsxpress | spicyjpeg | 2022-06-27 | 1 | -5/+5 | |
| | | ||||||
| * | Replace inline_c.h contents with nugget's inline_n.h | spicyjpeg | 2022-03-31 | 1 | -222/+1171 | |
| | | ||||||
| * | Add FPS counter to n00bdemo, more psxpad commands | spicyjpeg | 2022-03-23 | 1 | -3/+7 | |
| | | ||||||
| * | Add mdec/mdecimage example, psxpress fixes | spicyjpeg | 2022-03-20 | 1 | -0/+1 | |
| | | ||||||
| * | Remove stdint.h, fix n00bdemo crashing | spicyjpeg | 2022-03-20 | 2 | -17/+1 | |
| | | ||||||
| * | Minor fixes, add C++ placement new, n00bdemo 573 support | spicyjpeg | 2022-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Fix critical ldscript bug and CI, add BIOS setjmp | spicyjpeg | 2022-03-07 | 1 | -0/+12 | |
| | | ||||||
| * | Add psxpress MDEC API and psn00bsdk_target_incbin_a | spicyjpeg | 2022-02-27 | 1 | -0/+152 | |
| | | ||||||
| * | Rename some hwregs_c.h and hwregs.a definitions | spicyjpeg | 2022-02-27 | 2 | -16/+16 | |
| | | ||||||
| * | Rewrite assert() and DL_CALL(), update mkpsxiso | spicyjpeg | 2022-02-20 | 2 | -8/+21 | |
| | | ||||||
| * | Rename hwregs_a definitions, add hwregs_c, fix io/pads | spicyjpeg | 2022-02-09 | 2 | -73/+230 | |
| | | ||||||
| * | Rewrite psxapi with BIOS API stub generator script | spicyjpeg | 2022-02-07 | 2 | -3/+5 | |
| | | ||||||
| * | Minor psxgpu/psxpad header changes | spicyjpeg | 2022-01-17 | 2 | -150/+180 | |
| | | ||||||
| * | Add known_bugs.md, fix sound/vagsample and declarations | spicyjpeg | 2021-12-30 | 2 | -5/+5 | |
| | | ||||||
| * | Refactor dynamic linker API, fix system/dynlink example | spicyjpeg | 2021-12-30 | 1 | -43/+58 | |
| | | ||||||
| * | sprintf improvements, added new _mem_init, GetSystemInfo | spicyjpeg | 2021-11-18 | 1 | -0/+32 | |
| | | ||||||
| * | Deprecated malloc.h, moved int*_t types to stdint.h | spicyjpeg | 2021-11-18 | 4 | -43/+31 | |
| | | ||||||
| * | Added io/pads example, psxpad.h definitions, bugfixes | spicyjpeg | 2021-11-07 | 1 | -53/+150 | |
| | | ||||||
| * | libc build fix, replaced dlerror() strings with enum | spicyjpeg | 2021-10-20 | 1 | -4/+21 | |
| | | ||||||
| * | Updated changelog and files missing from last commit | spicyjpeg | 2021-09-27 | 2 | -18/+23 | |
| | | ||||||
| * | Misc. CMake bug and typo fixes, updated changelog | spicyjpeg | 2021-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Migrated libpsn00b to CMake | spicyjpeg | 2021-09-12 | 2 | -0/+249 | |
| | | ||||||
| * | Added dynamic linker API and example, updated README and changelog | spicyjpeg | 2021-08-17 | 2 | -0/+314 | |
| | | ||||||
| * | Added missing header declarations, FlushCache, misc library bugfixes | spicyjpeg | 2021-08-17 | 3 | -0/+6 | |
| | | ||||||
| * | Fixed missing type errors when compiling libraries due to the new variable ↵ | John Wilbert M. Villamor | 2021-07-01 | 1 | -1/+1 | |
| | | | | | type changes | |||||
| * | Added int*_t and uint*_t variable types and updated type definitions in ↵ | John Wilbert M. Villamor | 2021-07-01 | 3 | -249/+295 | |
| | | | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK. | |||||
| * | Added some macros for gte_stsxy3_* | Alexandro Trevisan | 2021-01-30 | 1 | -0/+64 | |
| | | ||||||
| * | Added updated library reference, added struct names in psxgpu.h, defined GTE ↵ | John Wilbert M. Villamor | 2021-01-05 | 3 | -35/+43 | |
| | | | | | squareroot functions and added C++ demo example. | |||||
| * | Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵ | John Wilbert M. Villamor | 2020-11-29 | 1 | -0/+12 | |
| | | | | | memmove(), removed redundant toolchain definitions, added HDTV example | |||||
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵ | John Wilbert M. Villamor | 2020-09-19 | 8 | -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. Villamor | 2020-04-24 | 1 | -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. Villamor | 2020-03-11 | 1 | -2/+2 | |
| | | ||||||
| * | Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵ | John Wilbert M. Villamor | 2020-02-28 | 2 | -28/+49 | |
| | | | | | added cdbrowse example. | |||||
| * | Add labs() to stdlib.h | Thomas Perl | 2020-02-24 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #10 from JaCzekanski/patch-2 | John Wilbert Villamor | 2020-01-06 | 1 | -1/+1 | |
| |\ | | | | | Fixed typo in setUVWH | |||||
| | * | Fixed typo in setUVWH | Jakub Czekański | 2019-12-03 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix setDrawMask macro | Jakub Czekański | 2019-11-29 | 1 | -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 details | John Wilbert M. Villamor | 2019-11-22 | 6 | -36/+238 | |
| | | ||||||
| * | Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵ | John Wilbert M. Villamor | 2019-10-11 | 2 | -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. Villamor | 2019-09-23 | 4 | -8/+16 | |
| | | | | | setUVWH() macro | |||||
| * | Added childexec example, added BIOS memory card functions, changed PAD ↵ | John Wilbert M. Villamor | 2019-08-17 | 3 | -13/+53 | |
| | | | | | function names, runtime library now 0.13b | |||||
| * | Added C++ support, updated build instructions and makefiles, consolidated ↵ | John Wilbert M. Villamor | 2019-07-17 | 8 | -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. Villamor | 2019-06-23 | 8 | -76/+204 | |
| | | | | | VSync(), better reference manual. | |||||
