mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 05:35:47 -04:00
Bus/EXP2: Support openbios putc address
This commit is contained in:
@ -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')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user