mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-03 09:01:51 -05:00
18 lines
154 B
NASM
18 lines
154 B
NASM
|
|
name "3volBUS1"
|
||
|
|
|
||
|
|
|
||
|
|
include "emu_constants.asm"
|
||
|
|
;volBUS1 control #1,0,#1
|
||
|
|
|
||
|
|
inl IO
|
||
|
|
inr IO
|
||
|
|
in3 IO
|
||
|
|
|
||
|
|
out equ inl
|
||
|
|
|
||
|
|
acc3 out,inl,inr,in3
|
||
|
|
|
||
|
|
end
|
||
|
|
|
||
|
|
|