aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b
Commit message (Expand)AuthorAgeFilesLines
...
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-277-49/+107
* Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-239-141/+131
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-2110-490/+626
* Initial psxgte cleanupspicyjpeg2022-10-1917-764/+658
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-1916-201/+239
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-1813-204/+216
* Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-185-122/+181
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-174-34/+30
* Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-166-16/+44
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-134-93/+84
* Update preset files, README, docs and changelogspicyjpeg2022-10-111-2/+0
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-1110-47/+44
* Update CMake scripts to use generator expressionsspicyjpeg2022-10-114-158/+149
* Refactor CMake scripts, add separate debug/release buildsspicyjpeg2022-10-094-204/+188
* Optimize memset(), add heap usage API, remove _mem_init()spicyjpeg2022-10-084-50/+184
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-0810-212/+181
* Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-068-84/+60
* Update version number, clean up old headersspicyjpeg2022-09-2225-62/+63
* Bump GCC to 12.2.0, update docs and installation guidespicyjpeg2022-09-211-0/+42
* Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-213-6/+7
* Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-213-30/+57
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-139-438/+235
* Clean up and add audio file to sound/spustream examplespicyjpeg2022-08-111-7/+10
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-104-7/+10
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-3116-513/+297
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-3016-913/+754
* Replace default allocator with psyqo implementationspicyjpeg2022-07-234-277/+268
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-234-42/+207
* Add experimental psxpress Huffman decoding APIspicyjpeg2022-07-175-8/+1313
* Change I/O base address to 0xbf80, use size_t in stdlibspicyjpeg2022-07-175-86/+88
* Add -g to default flags, update changelog and known bugsspicyjpeg2022-06-291-0/+3
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-2930-1659/+720
* Add 8 MB RAM support and customizable _start stubspicyjpeg2022-06-273-3/+25
* Clean up io/system573 example and libpsxpressspicyjpeg2022-06-272-15/+19
* 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 dev...U-Lameguy64-LT\Lameguy642022-03-251-11/+16
* Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-231-3/+7
* Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-202-59/+61
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-203-28/+13
* Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-124-27/+38
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-076-39/+82
* Add psxpress MDEC API and psn00bsdk_target_incbin_aspicyjpeg2022-02-273-12/+360
* Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-2714-64/+64
* Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-203-15/+75
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-205-25/+46
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-0921-175/+324
* Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-0771-623/+1110
* Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-071-7/+4
* Minor psxgpu/psxpad header changesspicyjpeg2022-01-174-153/+185
* Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-303-9/+9