mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 14:45:42 -04: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…
x
Reference in New Issue
Block a user