| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enums | spicyjpeg | 2022-10-27 | 7 | -49/+107 |
| * | Library bugfixes and additions, _sdk_log_inner() removal | spicyjpeg | 2022-10-23 | 9 | -141/+131 |
| * | Rewrite psxsio with new API, fix compiler warnings | spicyjpeg | 2022-10-21 | 10 | -490/+626 |
| * | Initial psxgte cleanup | spicyjpeg | 2022-10-19 | 17 | -764/+658 |
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 16 | -201/+239 |
| * | Add debug log buffering, fix GetHeapUsage() | spicyjpeg | 2022-10-18 | 13 | -204/+216 |
| * | Add MoveImage(), use draw queue for psxgpu VRAM APIs | spicyjpeg | 2022-10-18 | 5 | -122/+181 |
| * | Remove interrupt disabling calls in psxcd callback APIs | spicyjpeg | 2022-10-17 | 4 | -34/+30 |
| * | Add mdec/strvideo example, fix psxpress bug | spicyjpeg | 2022-10-16 | 6 | -16/+44 |
| * | Fix dropped IRQs, clean up psxcd and psxetc logging | spicyjpeg | 2022-10-13 | 4 | -93/+84 |
| * | Update preset files, README, docs and changelog | spicyjpeg | 2022-10-11 | 1 | -2/+0 |
| * | Replace DEBUG macro with standard NDEBUG macro | spicyjpeg | 2022-10-11 | 10 | -47/+44 |
| * | Update CMake scripts to use generator expressions | spicyjpeg | 2022-10-11 | 4 | -158/+149 |
| * | Refactor CMake scripts, add separate debug/release builds | spicyjpeg | 2022-10-09 | 4 | -204/+188 |
| * | Optimize memset(), add heap usage API, remove _mem_init() | spicyjpeg | 2022-10-08 | 4 | -50/+184 |
| * | Fix DMACallback bug, disable logging in release builds | spicyjpeg | 2022-10-08 | 10 | -212/+181 |
| * | Replace psxgpu debug font, add CdGetSector2() | spicyjpeg | 2022-10-06 | 8 | -84/+60 |
| * | Update version number, clean up old headers | spicyjpeg | 2022-09-22 | 25 | -62/+63 |
| * | Bump GCC to 12.2.0, update docs and installation guide | spicyjpeg | 2022-09-21 | 1 | -0/+42 |
| * | Fix psxetc bugs, IRQ controller register size | spicyjpeg | 2022-08-21 | 3 | -6/+7 |
| * | Fix psxgpu and psxetc bugs, add VSyncHaltFunction() | spicyjpeg | 2022-08-21 | 3 | -30/+57 |
| * | Rewrite libpsxetc in C, add ResetCallback() | spicyjpeg | 2022-08-13 | 9 | -438/+235 |
| * | Clean up and add audio file to sound/spustream example | spicyjpeg | 2022-08-11 | 1 | -7/+10 |
| * | Misc. fixes, add texturing to graphics/gte example | spicyjpeg | 2022-08-10 | 4 | -7/+10 |
| * | Rewrite libpsxspu in C and update sound examples | spicyjpeg | 2022-07-31 | 16 | -513/+297 |
| * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 16 | -913/+754 |
| * | Replace default allocator with psyqo implementation | spicyjpeg | 2022-07-23 | 4 | -277/+268 |
| * | Remove MDEC indev example, add more kernel APIs | spicyjpeg | 2022-07-23 | 4 | -42/+207 |
| * | Add experimental psxpress Huffman decoding API | spicyjpeg | 2022-07-17 | 5 | -8/+1313 |
| * | Change I/O base address to 0xbf80, use size_t in stdlib | spicyjpeg | 2022-07-17 | 5 | -86/+88 |
| * | Add -g to default flags, update changelog and known bugs | spicyjpeg | 2022-06-29 | 1 | -0/+3 |
| * | Refactor libpsxgpu in C, add OT drawing queue | spicyjpeg | 2022-06-29 | 30 | -1659/+720 |
| * | Add 8 MB RAM support and customizable _start stub | spicyjpeg | 2022-06-27 | 3 | -3/+25 |
| * | Clean up io/system573 example and libpsxpress | spicyjpeg | 2022-06-27 | 2 | -15/+19 |
| * | Replace inline_c.h contents with nugget's inline_n.h | spicyjpeg | 2022-03-31 | 1 | -222/+1171 |
| * | Replaced sample image of mdecimage example, added dummy hooks for sio tty dev... | U-Lameguy64-LT\Lameguy64 | 2022-03-25 | 1 | -11/+16 |
| * | 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 | 2 | -59/+61 |
| * | Remove stdint.h, fix n00bdemo crashing | spicyjpeg | 2022-03-20 | 3 | -28/+13 |
| * | Minor fixes, add C++ placement new, n00bdemo 573 support | spicyjpeg | 2022-03-12 | 4 | -27/+38 |
| * | Fix critical ldscript bug and CI, add BIOS setjmp | spicyjpeg | 2022-03-07 | 6 | -39/+82 |
| * | Add psxpress MDEC API and psn00bsdk_target_incbin_a | spicyjpeg | 2022-02-27 | 3 | -12/+360 |
| * | Rename some hwregs_c.h and hwregs.a definitions | spicyjpeg | 2022-02-27 | 14 | -64/+64 |
| * | Add psn00bsdk_target_incbin() CMake function | spicyjpeg | 2022-02-20 | 3 | -15/+75 |
| * | Rewrite assert() and DL_CALL(), update mkpsxiso | spicyjpeg | 2022-02-20 | 5 | -25/+46 |
| * | Rename hwregs_a definitions, add hwregs_c, fix io/pads | spicyjpeg | 2022-02-09 | 21 | -175/+324 |
| * | Rewrite psxapi with BIOS API stub generator script | spicyjpeg | 2022-02-07 | 71 | -623/+1110 |
| * | Add LIBPSN00B_GENERATOR option, fix .incbin alignment | spicyjpeg | 2022-02-07 | 1 | -7/+4 |
| * | Minor psxgpu/psxpad header changes | spicyjpeg | 2022-01-17 | 4 | -153/+185 |
| * | Add known_bugs.md, fix sound/vagsample and declarations | spicyjpeg | 2021-12-30 | 3 | -9/+9 |