aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-11-29 20:18:38 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-11-29 20:18:38 +0800
commit3d38a12ca171490e22c7b56cd19c008f2dadfb83 (patch)
tree543653494423391c02fa21f5688baa90c67fdabe /changelog.txt
parent60deeff6e078271a17cf77c6204edbbde846f0bd (diff)
downloadpsn00bsdk-3d38a12ca171490e22c7b56cd19c008f2dadfb83.tar.gz
Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated memmove(), removed redundant toolchain definitions, added HDTV example
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 24f05cc..1f6177b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,6 +2,20 @@ PSn00bSDK changelog
Items that are lower in the log are more recently implemented.
+11-29-2020 by Lameguy64:
+
+* Defined MDEC hardware and related DMA registers in hwregs_a.h file.
+
+* Fixed entry typo in table of squareroot.s (pointed out by SoapyMan).
+
+* memmove updated to account for forward-looped memory move (by ckosmic).
+
+* Removed redundant toolchain executable definitions in the makefiles of
+ examples.
+
+* Included HDTV example for Github repo.
+
+
09-19-2020 by Lameguy64:
* Revised makefiles for building the libraries and examples in a way to make