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
commit 8e06f1b94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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;