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,12 +2129,17 @@ NEWSYM WDSPReg4C ; Key On
mov bl,[MuteVoiceF]
xor bl,0FFh
and bl,al
xor byte [DSPMem+05Ch],0FFh
and bl,[DSPMem+05Ch]
xor byte [DSPMem+05Ch],0FFh
or byte[KeyOnStA],bl
pop ebx
test al,80h
jz .nokon
inc byte[SoundTest]
.nokon
.nokon
mov [DSPMem+04Ch],al
push eax
xor al,0FFh