Modified key on (Fix Flashback) Thanks Neviksti
This commit is contained in:
@@ -2129,12 +2129,17 @@ 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
|
||||||
jz .nokon
|
jz .nokon
|
||||||
inc byte[SoundTest]
|
inc byte[SoundTest]
|
||||||
.nokon
|
.nokon
|
||||||
mov [DSPMem+04Ch],al
|
mov [DSPMem+04Ch],al
|
||||||
push eax
|
push eax
|
||||||
xor al,0FFh
|
xor al,0FFh
|
||||||
|
|||||||
Reference in New Issue
Block a user