Bus/EXP2: Support openbios putc address

This commit is contained in:
Connor McLaughlin 2021-01-06 00:56:35 +10:00
parent 9afd122f85
commit f3cdfe97a7

View file

@ -875,7 +875,7 @@ ALWAYS_INLINE static TickCount DoEXP2Access(u32 offset, u32& value)
} }
else else
{ {
if (offset == 0x23) if (offset == 0x23 || offset == 0x80)
{ {
if (value == '\r') if (value == '\r')
{ {