Code: Select all
unsigned char ReadByteSIO()
{
return *(unsigned char*)SIO_TX_RX;
}
is it blocking by hardware ? it looks uncommon to me
|
|||||
Code: Select all
unsigned char ReadByteSIO()
{
return *(unsigned char*)SIO_TX_RX;
}
SIO means "Serial IO" -> uart (asynchronous)danhans42 wrote:Hi,
SIO channel used for the memory cards and controllers?
Copyright © 2012-2019 PSXDEV.NET Time: 0.083s | Queries: 13 | Peak Memory Usage: 4.19 MiB | GZIP: On ![]() ![]() ![]() ![]() This page is for informational use only. The user of this software, assumes full responsibility ensuring its use in accordance with local and federal laws. The software and hardware on this site is provided "as-is", without any express, implied warranty or guarantees. |