From 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 24 Apr 2020 19:01:28 +0800 Subject: Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. --- changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'changelog.txt') 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). -- cgit v1.2.3