| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bugs in libc, psxgpu, psxpress, clean up headers | spicyjpeg | 2024-01-08 | 1 | -7/+7 |
| * | Fix IRQ bugs, PutDispEnv() PAL screen centering | spicyjpeg | 2023-06-20 | 2 | -3/+5 |
| * | Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion() | spicyjpeg | 2023-05-12 | 1 | -2/+2 |
| * | Fix non-standard string.h functions, remove argv parser | spicyjpeg | 2023-04-04 | 1 | -15/+36 |
| * | Add argument validation to most libpsn00b functions | spicyjpeg | 2023-04-04 | 4 | -2/+31 |
| * | Fix VSync(), assert(), warnings and some examples | spicyjpeg | 2023-01-22 | 1 | -3/+3 |
| * | Add CdUnlock() and DMA priority API | spicyjpeg | 2022-12-28 | 2 | -41/+102 |
| * | Rearrange hwregs_c.h and k573io.h, add clz intrinsics | spicyjpeg | 2022-12-18 | 1 | -1/+1 |
| * | Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA read | spicyjpeg | 2022-11-17 | 10 | -1153/+800 |
| * | Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enums | spicyjpeg | 2022-10-27 | 1 | -1/+1 |
| * | Rewrite psxsio with new API, fix compiler warnings | spicyjpeg | 2022-10-21 | 1 | -0/+1 |
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 3 | -60/+63 |
| * | Add debug log buffering, fix GetHeapUsage() | spicyjpeg | 2022-10-18 | 3 | -79/+58 |
| * | Remove interrupt disabling calls in psxcd callback APIs | spicyjpeg | 2022-10-17 | 3 | -32/+28 |
| * | Add mdec/strvideo example, fix psxpress bug | spicyjpeg | 2022-10-16 | 2 | -9/+24 |
| * | Fix dropped IRQs, clean up psxcd and psxetc logging | spicyjpeg | 2022-10-13 | 2 | -17/+12 |
| * | Replace DEBUG macro with standard NDEBUG macro | spicyjpeg | 2022-10-11 | 2 | -25/+22 |
| * | Fix DMACallback bug, disable logging in release builds | spicyjpeg | 2022-10-08 | 2 | -167/+106 |
| * | Replace psxgpu debug font, add CdGetSector2() | spicyjpeg | 2022-10-06 | 4 | -67/+40 |
| * | Update version number, clean up old headers | spicyjpeg | 2022-09-22 | 4 | -4/+4 |
| * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 2 | -39/+39 |
| * | Rename hwregs_a definitions, add hwregs_c, fix io/pads | spicyjpeg | 2022-02-09 | 2 | -8/+8 |
| * | Add known_bugs.md, fix sound/vagsample and declarations | spicyjpeg | 2021-12-30 | 1 | -4/+4 |
| * | Fix CdGetSector size inconsistency, update changelog | spicyjpeg | 2021-12-23 | 3 | -6/+7 |
| * | CMake fixes, psxcd and printf/scanf improvements | spicyjpeg | 2021-11-28 | 1 | -8/+20 |
| * | Deprecated malloc.h, moved int*_t types to stdint.h | spicyjpeg | 2021-11-18 | 1 | -1/+1 |
| * | Migrated libpsn00b to CMake | spicyjpeg | 2021-09-12 | 1 | -59/+0 |
| * | Rewritten all Makefiles, set up proper GCC options, added iso.xml to template | spicyjpeg | 2021-08-17 | 1 | -22/+35 |
| * | Fixed missing type errors when compiling libraries due to the new variable ty... | John Wilbert M. Villamor | 2021-07-01 | 2 | -22/+24 |
| * | Minor Makefile fixes | Austin Annestrand | 2021-02-20 | 1 | -1/+1 |
| * | Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated m... | John Wilbert M. Villamor | 2020-11-29 | 1 | -3/+3 |
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), mov... | John Wilbert M. Villamor | 2020-09-19 | 8 | -245/+480 |
| * | Refined toolchain instructions, organized examples, added automatic retry for... | John Wilbert M. Villamor | 2020-04-24 | 1 | -2/+59 |
| * | Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit. | John Wilbert M. Villamor | 2020-03-11 | 2 | -3/+3 |
| * | Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and add... | John Wilbert M. Villamor | 2020-02-28 | 2 | -15/+215 |
| * | Some minor updates, added CD-ROM library documentation | John Wilbert M. Villamor | 2020-01-06 | 8 | -0/+1784 |