mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Add ld10k1 tool
Added ld10k1 tool by Peter Zubaj.
This commit is contained in:
parent
37104ebf62
commit
2df1aa7c20
98 changed files with 19970 additions and 1 deletions
29
ld10k1/setup/effects/switch_6.asm
Normal file
29
ld10k1/setup/effects/switch_6.asm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
;PZU
|
||||
name "Switch 6 - channel"
|
||||
include "emu_constants.asm"
|
||||
|
||||
Left IO
|
||||
Right IO
|
||||
LeftSurr IO
|
||||
RightSurr IO
|
||||
Center IO
|
||||
LFE IO
|
||||
|
||||
switch control 0,0,1
|
||||
|
||||
macints Left, C_0, Left, switch
|
||||
macints Right, C_0, Right, switch
|
||||
macints LeftSurr, C_0, LeftSurr, switch
|
||||
macints RightSurr, C_0, RightSurr, switch
|
||||
macints Center, C_0, Center, switch
|
||||
macints LFE, C_0, LFE, switch
|
||||
; macs C_0, switch, C_0, C_0
|
||||
; beq .end
|
||||
; macs Left, Left, C_0, C_0
|
||||
; macs Right, Right, C_0, C_0
|
||||
; macs LeftSurr, LeftSurr, C_0, C_0
|
||||
; macs RightSurr, RightSurr, C_0, C_0
|
||||
; macs Center, Center, C_0, C_0
|
||||
; macs LFE, LFE, C_0, C_0
|
||||
;.end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue