MegaAudio card: AY READ always drives bus with 0x00

This commit is contained in:
tomcw 2024-01-21 15:03:33 +00:00
parent fcd216bb45
commit 43daabec54
1 changed files with 2 additions and 2 deletions

View File

@ -322,8 +322,8 @@ void MockingboardCard::AY8913_Write(BYTE subunit, BYTE ay, BYTE value)
} }
else else
{ {
r6522.SetRegIRA(0x00); // Reads not supported. Bus not driven. r6522.SetRegIRA(0x00); // Reads not supported - always return 0x00.
busState = false; busState = true;
} }
if (m_phasorEnable && m_phasorMode == PH_Phasor) // GH#1192 if (m_phasorEnable && m_phasorMode == PH_Phasor) // GH#1192