aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update version number, clean up old headersspicyjpeg2022-09-2230-69/+80
|
* Bump GCC to 12.2.0, update docs and installation guidespicyjpeg2022-09-216-34/+120
|
* Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-214-13/+11
|
* Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-213-30/+57
|
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-139-438/+235
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-1225-152/+65
|
* Clean up and add audio file to sound/spustream examplespicyjpeg2022-08-116-30/+35
|
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-107-22/+50
|
* Add BUNDLE_NINJA option, update changelog and submodulesspicyjpeg2022-07-315-2/+58
|
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-3118-550/+318
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-3021-956/+792
|
* Replace default allocator with psyqo implementationspicyjpeg2022-07-234-277/+268
|
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-239-459/+207
|
* Add experimental psxpress Huffman decoding APIspicyjpeg2022-07-175-8/+1313
|
* Change I/O base address to 0xbf80, use size_t in stdlibspicyjpeg2022-07-176-99/+101
|
* Add -g to default flags, update changelog and known bugsspicyjpeg2022-06-294-50/+103
|
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-2932-1661/+722
|
* Add 8 MB RAM support and customizable _start stubspicyjpeg2022-06-274-25/+47
|
* Clean up io/system573 example and libpsxpressspicyjpeg2022-06-275-34/+47
|
* Merge branch 'Lameguy64:master' into psxmdecspicy jpeg2022-04-087-517/+110
|\
| * Fixed up psxmdec prototype to use psxpressU-Lameguy64-LT\Lameguy642022-04-016-484/+73
| |
| * Updated READMElameguy642022-03-281-33/+37
| |
* | Replace inline_c.h contents with nugget's inline_n.hspicyjpeg2022-03-311-222/+1171
|/
* Replaced sample image of mdecimage example, added dummy hooks for sio tty ↵U-Lameguy64-LT\Lameguy642022-03-258-23/+46
| | | | device, updated some documentation in libn00bref.odf
* Merge pull request #46 from spicyjpeg/psxmdecJohn "Lameguy" Wilbert Villamor2022-03-25171-29802/+4788
|\ | | | | Critical ldscript fixes, initial MDEC support and CI updates
| * Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-233-25/+75
| |
| * Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-207-59/+381
| |
| * Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-207-32/+20
| |
| * Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-128-34/+85
| |
| * Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-079-63/+94
| |
| * Refactor io/system573, switch to MSVC for CI buildsspicyjpeg2022-02-289-210/+503
| |
| * Add psxpress MDEC API and psn00bsdk_target_incbin_aspicyjpeg2022-02-274-25/+383
| |
| * Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-2717-69/+70
| |
| * Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-2023-27997/+142
| |
| * Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-207-32/+58
| |
| * Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-0925-294/+426
| |
| * Update version number, readme and license infospicyjpeg2022-02-074-386/+1443
| |
| * Temporarily disable libflac in mkpsxiso CI buildspicyjpeg2022-02-072-7/+12
| |
| * Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-0771-623/+1110
| |
| * Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-0713-34/+93
| |
| * Switch back to mkpsxiso master branch, update docsspicyjpeg2022-02-035-61/+42
|/
* Merge pull request #44 from spicyjpeg/actionsJohn "Lameguy" Wilbert Villamor2022-01-1879-1717/+3568
|\ | | | | GitHub Actions CI, psxcd and libc fixes, new examples
| * Merge branch 'master' of github.com:Lameguy64/PSn00bSDK into latest-commitspicyjpeg2022-01-1719-117/+1025
| |\ | |/ |/|
* | Removed old libn00bref.odt document, added tilesasm example, examples in ↵U-Lameguy64-LT\Lameguy642022-01-1715-61/+941
| | | | | | | | source form now copied on installation, more graphics primitives documented, some changes to readme
| * Minor psxgpu/psxpad header changesspicyjpeg2022-01-175-172/+203
| |
| * Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-307-11/+69
| |
| * Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-305-175/+207
| |
| * Fix CMake and CI bugs, set version number, update docsspicyjpeg2021-12-2911-37/+51
| |
| * Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-2324-107/+38
| |
| * Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-237-48/+44
| |