aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-08-17 14:44:29 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-08-17 14:44:29 +0800
commit82a441e7bd3a5103330c7d5ca7f9df470953e586 (patch)
treea8a933aa9f03767c6cebc5e11380c37931eae5cd /changelog.txt
parente7f9e08937f9d556793c1e0ff0a08856a3897b41 (diff)
downloadpsn00bsdk-82a441e7bd3a5103330c7d5ca7f9df470953e586.tar.gz
Added childexec example, added BIOS memory card functions, changed PAD function names, runtime library now 0.13b
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt28
1 files changed, 27 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 20f77a3..f9238e9 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -3,6 +3,32 @@ PSn00bSDK changelog
Items that are lower in the log are more recently implemented.
+08-17-2019 by Lameguy64:
+
+* LibPSn00b run-time library is officially version 0.13b.
+
+* examples: updated balls and n00bdemo examples for the setDrawTPage()
+ correction.
+
+* psxgpu: Fixed error on setDrawTPage() syntax and removed setDrawTPageVal()
+ macro (not needed).
+
+* psxapi: Added event handler definitions related to memory cards.
+
+* psxapi: Added BIOS memory card functions.
+
+* examples: Added childexec example demonstrating a parent executable
+ transferring execution to a child executable and back.
+
+* elf2x: s_addr no longer set on PS-EXE header, console BIOS already sets it
+ by STACK value in SYSTEM.CNF and allows child executables to return to
+ parent if left zero.
+
+* psxapi: Renamed _InitPad(), _StartPad() and _StopPad() to InitPAD(),
+ StartPAD() and StopPAD() respectively. Fpscam example updated to new
+ syntax.
+
+
07-18-2019 by Lameguy64:
* Added fpscam example.
@@ -14,7 +40,7 @@ Items that are lower in the log are more recently implemented.
07-17-2019 by Lameguy64:
-* LibPSn00b run-time library is officially version 1.12b.
+* LibPSn00b run-time library is officially version 0.12b.
* libc: Added basic C++ support (many thanks to ijacquez).