mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-27 04:31:44 +00:00
Phasor/MB: For AY INACTIVE state, bus floats high - so reflect this in 6522 PortA (fixes #1193)
This commit is contained in:
parent
500f32071b
commit
a3a89ad156
@ -338,6 +338,9 @@ void MockingboardCard::AY8910_Write(BYTE subunit, BYTE ay, BYTE value)
|
||||
}
|
||||
|
||||
state = nAYFunc;
|
||||
|
||||
if (state == AY_INACTIVE)
|
||||
r6522.UpdatePortAForHiZ(); // Float high any PortA input bits (GH#1193)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user