mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
19 lines
177 B
NASM
19 lines
177 B
NASM
|
|
name "volBUS2"
|
||
|
|
|
||
|
|
|
||
|
|
include "emu_constants.asm"
|
||
|
|
;volBUS2 control #1,0,#1
|
||
|
|
|
||
|
|
|
||
|
|
inl IO
|
||
|
|
inr IO
|
||
|
|
in3 IO
|
||
|
|
out equ inl
|
||
|
|
|
||
|
|
|
||
|
|
acc3 out,inl,inr,in3
|
||
|
|
|
||
|
|
end
|
||
|
|
|
||
|
|
|