| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'Lameguy64:master' into bugfix | spicyjpeg | 2022-12-18 | 1 | -6/+6 |
| |\ |
|
| | * | Removed spaces | Alexandro Trevisan | 2022-11-12 | 1 | -2/+2 |
| | * | Updated documentation | Alexandro Trevisan | 2022-11-12 | 1 | -8/+8 |
| * | | Rearrange hwregs_c.h and k573io.h, add clz intrinsics | spicyjpeg | 2022-12-18 | 2 | -64/+61 |
| * | | Misc. bugfixes, add support for DRAWENV texture windows | spicyjpeg | 2022-12-18 | 1 | -2/+13 |
| * | | Fix dynamic linker symbol resolver and assert macro | spicyjpeg | 2022-12-18 | 3 | -24/+13 |
| * | | Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA read | spicyjpeg | 2022-11-17 | 1 | -376/+628 |
| * | | Misc. libpsn00b bugfixes, new critical section macros | spicyjpeg | 2022-11-15 | 4 | -6/+44 |
| |/ |
|
| * | Add inline docs to psxcd.h, psxetc.h, psxgte.h | spicyjpeg | 2022-10-30 | 6 | -179/+1432 |
| * | Refactor dynamic linker, misc. cleanups | spicyjpeg | 2022-10-30 | 2 | -117/+132 |
| * | Refactor sound examples, add new spustream example | spicyjpeg | 2022-10-27 | 3 | -18/+39 |
| * | Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enums | spicyjpeg | 2022-10-27 | 3 | -8/+36 |
| * | Library bugfixes and additions, _sdk_log_inner() removal | spicyjpeg | 2022-10-23 | 3 | -12/+31 |
| * | Rewrite psxsio with new API, fix compiler warnings | spicyjpeg | 2022-10-21 | 2 | -54/+211 |
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 3 | -62/+83 |
| * | Add debug log buffering, fix GetHeapUsage() | spicyjpeg | 2022-10-18 | 1 | -0/+15 |
| * | Add MoveImage(), use draw queue for psxgpu VRAM APIs | spicyjpeg | 2022-10-18 | 1 | -6/+16 |
| * | Remove interrupt disabling calls in psxcd callback APIs | spicyjpeg | 2022-10-17 | 1 | -2/+2 |
| * | Add mdec/strvideo example, fix psxpress bug | spicyjpeg | 2022-10-16 | 1 | -2/+5 |
| * | Replace DEBUG macro with standard NDEBUG macro | spicyjpeg | 2022-10-11 | 1 | -3/+3 |
| * | Optimize memset(), add heap usage API, remove _mem_init() | spicyjpeg | 2022-10-08 | 1 | -2/+13 |
| * | Replace psxgpu debug font, add CdGetSector2() | spicyjpeg | 2022-10-06 | 1 | -0/+1 |
| * | Update version number, clean up old headers | spicyjpeg | 2022-09-22 | 6 | -32/+34 |
| * | Fix psxetc bugs, IRQ controller register size | spicyjpeg | 2022-08-21 | 1 | -3/+3 |
| * | Fix psxgpu and psxetc bugs, add VSyncHaltFunction() | spicyjpeg | 2022-08-21 | 1 | -0/+1 |
| * | Rewrite libpsxetc in C, add ResetCallback() | spicyjpeg | 2022-08-13 | 2 | -8/+19 |
| * | 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 |