diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-04-24 19:01:28 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-04-24 19:01:28 +0800 |
| commit | 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 (patch) | |
| tree | 5ec7f69ca0104f2b0a41e2ee7d3cb0cf0c9c54c5 /changelog.txt | |
| parent | e82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6 (diff) | |
| download | psn00bsdk-1aa0e17df7c325a41de8cf8a57f52ed853f08bf3.tar.gz | |
Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
Diffstat (limited to 'changelog.txt')
| -rw-r--r-- | changelog.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index ec3e9b2..23d662d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,22 @@ PSn00bSDK changelog Items that are lower in the log are more recently implemented. +04-24-2020 by Lameguy64: + +* Refined toolchain instructions a bit. + +* psxcd: Added automatic read retry for CdRead() operations, as long as + CdReadSync() is called until read completion. + +* psxapi: Added BIOS atoi() and atol() calls. Temporary, may be replaced with + a faster implementation + +* psxsio: Added ioctl() support for FIOCSCAN to probe for pending input in + serial tty driver. + +* examples: Reorganized examples, added new tty and console examples. + + 03-11-2020 by Lameguy64: * psxcd: Fixed CdInit() syntax (there should be no arguments). |
