Bus/EXP2: Support openbios putc address
This commit is contained in:
parent
9afd122f85
commit
f3cdfe97a7
|
@ -875,7 +875,7 @@ ALWAYS_INLINE static TickCount DoEXP2Access(u32 offset, u32& value)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (offset == 0x23)
|
||||
if (offset == 0x23 || offset == 0x80)
|
||||
{
|
||||
if (value == '\r')
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue