| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CMake scripts to use generator expressions | spicyjpeg | 2022-10-11 | 5 | -161/+156 |
| * | Refactor CMake scripts, add separate debug/release builds | spicyjpeg | 2022-10-09 | 7 | -257/+216 |
| * | 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 |
| * | Merge pull request #55 from spicyjpeg/psxmdec | John "Lameguy" Wilbert Villamor | 2022-09-26 | 163 | -4891/+5560 |
| |\ |
|
| | * | Update version number, clean up old headers | spicyjpeg | 2022-09-22 | 30 | -69/+80 |
| | * | Bump GCC to 12.2.0, update docs and installation guide | spicyjpeg | 2022-09-21 | 6 | -34/+120 |
| | * | Fix psxetc bugs, IRQ controller register size | spicyjpeg | 2022-08-21 | 4 | -13/+11 |
| | * | 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 |
| | * | Replace ball16c.h headers in examples with .TIM files | spicyjpeg | 2022-08-12 | 25 | -152/+65 |
| | * | Clean up and add audio file to sound/spustream example | spicyjpeg | 2022-08-11 | 6 | -30/+35 |
| | * | Misc. fixes, add texturing to graphics/gte example | spicyjpeg | 2022-08-10 | 7 | -22/+50 |
| | * | Add BUNDLE_NINJA option, update changelog and submodules | spicyjpeg | 2022-07-31 | 5 | -2/+58 |
| | * | Rewrite libpsxspu in C and update sound examples | spicyjpeg | 2022-07-31 | 18 | -550/+318 |
| | * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 21 | -956/+792 |
| | * | 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 | 9 | -459/+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 | 6 | -99/+101 |
| | * | Add -g to default flags, update changelog and known bugs | spicyjpeg | 2022-06-29 | 4 | -50/+103 |
| | * | Refactor libpsxgpu in C, add OT drawing queue | spicyjpeg | 2022-06-29 | 32 | -1661/+722 |
| | * | Add 8 MB RAM support and customizable _start stub | spicyjpeg | 2022-06-27 | 4 | -25/+47 |
| | * | Clean up io/system573 example and libpsxpress | spicyjpeg | 2022-06-27 | 5 | -34/+47 |
| | * | Merge branch 'Lameguy64:master' into psxmdec | spicy jpeg | 2022-04-08 | 7 | -517/+110 |
| | |\
| |/
|/| |
|
| * | | Fixed up psxmdec prototype to use psxpress | U-Lameguy64-LT\Lameguy64 | 2022-04-01 | 6 | -484/+73 |
| * | | Updated README | lameguy64 | 2022-03-28 | 1 | -33/+37 |
| | * | 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 | 8 | -23/+46 |
| * | Merge pull request #46 from spicyjpeg/psxmdec | John "Lameguy" Wilbert Villamor | 2022-03-25 | 171 | -29802/+4788 |
| |\ |
|
| | * | Add FPS counter to n00bdemo, more psxpad commands | spicyjpeg | 2022-03-23 | 3 | -25/+75 |
| | * | Add mdec/mdecimage example, psxpress fixes | spicyjpeg | 2022-03-20 | 7 | -59/+381 |
| | * | Remove stdint.h, fix n00bdemo crashing | spicyjpeg | 2022-03-20 | 7 | -32/+20 |
| | * | Minor fixes, add C++ placement new, n00bdemo 573 support | spicyjpeg | 2022-03-12 | 8 | -34/+85 |
| | * | Fix critical ldscript bug and CI, add BIOS setjmp | spicyjpeg | 2022-03-07 | 9 | -63/+94 |
| | * | Refactor io/system573, switch to MSVC for CI builds | spicyjpeg | 2022-02-28 | 9 | -210/+503 |
| | * | Add psxpress MDEC API and psn00bsdk_target_incbin_a | spicyjpeg | 2022-02-27 | 4 | -25/+383 |
| | * | Rename some hwregs_c.h and hwregs.a definitions | spicyjpeg | 2022-02-27 | 17 | -69/+70 |
| | * | Add psn00bsdk_target_incbin() CMake function | spicyjpeg | 2022-02-20 | 23 | -27997/+142 |
| | * | Rewrite assert() and DL_CALL(), update mkpsxiso | spicyjpeg | 2022-02-20 | 7 | -32/+58 |
| | * | Rename hwregs_a definitions, add hwregs_c, fix io/pads | spicyjpeg | 2022-02-09 | 25 | -294/+426 |
| | * | Update version number, readme and license info | spicyjpeg | 2022-02-07 | 4 | -386/+1443 |
| | * | Temporarily disable libflac in mkpsxiso CI build | spicyjpeg | 2022-02-07 | 2 | -7/+12 |
| | * | 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 | 13 | -34/+93 |
| | * | Switch back to mkpsxiso master branch, update docs | spicyjpeg | 2022-02-03 | 5 | -61/+42 |
| |/ |
|
| * | Merge pull request #44 from spicyjpeg/actions | John "Lameguy" Wilbert Villamor | 2022-01-18 | 79 | -1717/+3568 |
| |\ |
|
| | * | Merge branch 'master' of github.com:Lameguy64/PSn00bSDK into latest-commit | spicyjpeg | 2022-01-17 | 19 | -117/+1025 |
| | |\
| |/
|/| |
|
| * | | Removed old libn00bref.odt document, added tilesasm example, examples in sour... | U-Lameguy64-LT\Lameguy64 | 2022-01-17 | 15 | -61/+941 |