mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
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
|
else
|
||||||
{
|
{
|
||||||
if (offset == 0x23)
|
if (offset == 0x23 || offset == 0x80)
|
||||||
{
|
{
|
||||||
if (value == '\r')
|
if (value == '\r')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue