Modified key on (Fix Flashback) Thanks Neviksti

This commit is contained in:
z_demo_z
2002-01-21 15:58:47 +00:00
parent 20fb757eef
commit 0da141ac9d

View File

@@ -2129,6 +2129,11 @@ NEWSYM WDSPReg4C ; Key On
mov bl,[MuteVoiceF] mov bl,[MuteVoiceF]
xor bl,0FFh xor bl,0FFh
and bl,al and bl,al
xor byte [DSPMem+05Ch],0FFh
and bl,[DSPMem+05Ch]
xor byte [DSPMem+05Ch],0FFh
or byte[KeyOnStA],bl or byte[KeyOnStA],bl
pop ebx pop ebx
test al,80h test al,80h