Merge pull request #2669 from gameblabla/armored_core_sio_fix
Set DSRINPUTLEVEL and CTSINPUTLEVEL to true for Armored Core
This commit is contained in:
commit
8e06f1b94d
|
@ -114,6 +114,8 @@ void SIO::SoftReset()
|
||||||
{
|
{
|
||||||
m_SIO_CTRL.bits = 0;
|
m_SIO_CTRL.bits = 0;
|
||||||
m_SIO_STAT.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.TXDONE = true;
|
||||||
m_SIO_STAT.TXRDY = true;
|
m_SIO_STAT.TXRDY = true;
|
||||||
m_SIO_MODE.bits = 0;
|
m_SIO_MODE.bits = 0;
|
||||||
|
|
Loading…
Reference in New Issue