Merge pull request #2669 from gameblabla/armored_core_sio_fix

Set DSRINPUTLEVEL and CTSINPUTLEVEL to true for Armored Core
This commit is contained in:
Connor McLaughlin
2021-10-25 16:44:02 +10:00
committed by GitHub

View File

@ -114,6 +114,8 @@ void SIO::SoftReset()
{
m_SIO_CTRL.bits = 0;
m_SIO_STAT.bits = 0;
m_SIO_STAT.DSRINPUTLEVEL = true;
m_SIO_STAT.CTSINPUTLEVEL = true;
m_SIO_STAT.TXDONE = true;
m_SIO_STAT.TXRDY = true;
m_SIO_MODE.bits = 0;