| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace .include with #includefix-include | Xavier Del Campo Romero | 2025-07-05 | 1 | -0/+0 |
| | | | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension. | ||||
| * | Fix IRQ bugs, PutDispEnv() PAL screen centering | spicyjpeg | 2023-06-20 | 1 | -6/+5 |
| | | |||||
| * | Fix VSync(), assert(), warnings and some examples | spicyjpeg | 2023-01-22 | 1 | -1/+1 |
| | | |||||
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 1 | -3/+3 |
| | | |||||
| * | Update sound/spustream, clean up other examples | spicyjpeg | 2022-10-15 | 2 | -38/+0 |
| | | |||||
| * | Bump required CMake version to 3.21 | spicyjpeg | 2022-10-11 | 8 | -16/+16 |
| | | |||||
| * | Replace ball16c.h headers in examples with .TIM files | spicyjpeg | 2022-08-12 | 4 | -26/+12 |
| | | |||||
| * | Clean up and add audio file to sound/spustream example | spicyjpeg | 2022-08-11 | 1 | -1/+1 |
| | | |||||
| * | Misc. fixes, add texturing to graphics/gte example | spicyjpeg | 2022-08-10 | 3 | -15/+40 |
| | | |||||
| * | Rename some hwregs_c.h and hwregs.a definitions | spicyjpeg | 2022-02-27 | 1 | -0/+0 |
| | | |||||
| * | Add psn00bsdk_target_incbin() CMake function | spicyjpeg | 2022-02-20 | 8 | -86/+12 |
| | | |||||
| * | Add LIBPSN00B_GENERATOR option, fix .incbin alignment | spicyjpeg | 2022-02-07 | 4 | -0/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:Lameguy64/PSn00bSDK into latest-commit | spicyjpeg | 2022-01-17 | 9 | -25/+832 |
| |\ | |||||
| | * | Removed old libn00bref.odt document, added tilesasm example, examples in ↵ | U-Lameguy64-LT\Lameguy64 | 2022-01-17 | 9 | -25/+831 |
| | | | | | | | | | source form now copied on installation, more graphics primitives documented, some changes to readme | ||||
| * | | Remove PSN00BSDK_LIBS leftovers, improve CI artifact upload | spicyjpeg | 2021-12-23 | 7 | -28/+0 |
| |/ | |||||
| * | Fixed examples directory hierarchy not being preserved | spicyjpeg | 2021-11-10 | 7 | -9/+9 |
| | | |||||
| * | Rolled back minimum required CMake version to 3.20 | spicyjpeg | 2021-11-08 | 7 | -7/+7 |
| | | |||||
| * | Migrated examples to CMake | spicyjpeg | 2021-09-12 | 17 | -461/+175 |
| | | |||||
| * | Rewritten all Makefiles, set up proper GCC options, added iso.xml to template | spicyjpeg | 2021-08-17 | 7 | -175/+363 |
| | | |||||
| * | Added int*_t and uint*_t variable types and updated type definitions in ↵ | John Wilbert M. Villamor | 2021-07-01 | 11 | -31/+54 |
| | | | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK. | ||||
| * | Lots of makefile corrections, improved build and toolchain instructions, ↵ | John Wilbert M. Villamor | 2021-02-18 | 7 | -7/+13 |
| | | | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example | ||||
| * | Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵ | John Wilbert M. Villamor | 2020-11-29 | 12 | -31/+959 |
| | | | | | memmove(), removed redundant toolchain definitions, added HDTV example | ||||
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵ | John Wilbert M. Villamor | 2020-09-19 | 6 | -12/+12 |
| | | | | | moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph() | ||||
| * | Refined toolchain instructions, organized examples, added automatic retry ↵ | John Wilbert M. Villamor | 2020-04-24 | 26 | -0/+2670 |
| for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. | |||||
