diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2021-01-05 10:58:04 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2021-01-05 10:58:04 +0800 |
| commit | 974b17fad06cef4b304645b8a9dd92ac91ebb749 (patch) | |
| tree | 1db281d9cac9bb4e80ae17dc731f1a3241c787f6 /changelog.txt | |
| parent | f048f87b445942f961d225348e2af1113e544d23 (diff) | |
| download | psn00bsdk-974b17fad06cef4b304645b8a9dd92ac91ebb749.tar.gz | |
Added updated library reference, added struct names in psxgpu.h, defined GTE squareroot functions and added C++ demo example.
Diffstat (limited to 'changelog.txt')
| -rw-r--r-- | changelog.txt | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/changelog.txt b/changelog.txt index 1f6177b..0e7b514 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,18 +2,30 @@ PSn00bSDK changelog Items that are lower in the log are more recently implemented. +01-05-2021 by Lameguy64: + +* psxgpu: Added struct names to many primitives. + +* psxgte: Defined SquareRoot0() and SquareRoot12(). + +* psxgte: Added gte_lddp() C macro. + +* examples: Added C++ demo. + +* Updated readme a bit. + + 11-29-2020 by Lameguy64: -* Defined MDEC hardware and related DMA registers in hwregs_a.h file. +* libpsn00b: Defined MDEC hardware and related DMA registers in hwregs_a.h file. -* Fixed entry typo in table of squareroot.s (pointed out by SoapyMan). +* psxgte: Fixed entry typo in table of squareroot.s (pointed out by SoapyMan). -* memmove updated to account for forward-looped memory move (by ckosmic). +* libc: memmove updated to account for forward-looped memory move (by ckosmic). -* Removed redundant toolchain executable definitions in the makefiles of - examples. +* examples: Removed redundant toolchain executable definitions in the makefiles. -* Included HDTV example for Github repo. +* examples: Included HDTV example for Github repo. 09-19-2020 by Lameguy64: |
