Blame ld10k1/setup/effects/vol_master.asm

Packit Service b98cfc
	name "Master Vol"
Packit Service b98cfc
Packit Service b98cfc
VolM control  0,0,100
Packit Service b98cfc
;VolM control  100,0,#1
Packit Service b98cfc
	
Packit Service b98cfc
left	IO
Packit Service b98cfc
right	IO
Packit Service b98cfc
rleft	IO
Packit Service b98cfc
rright	IO
Packit Service b98cfc
center	IO
Packit Service b98cfc
lfe	IO
Packit Service b98cfc
	
Packit Service b98cfc
	macs  left.o,$40,left,VolM
Packit Service b98cfc
	macs  right.o,$40,right,VolM
Packit Service b98cfc
	macs  rleft.o,$40,rleft,VolM
Packit Service b98cfc
	macs  rright.o,$40,rright,VolM
Packit Service b98cfc
	macs  center.o,$40,center,VolM
Packit Service b98cfc
	macs  lfe.o,$40,lfe,VolM
Packit Service b98cfc
Packit Service b98cfc
	end
Packit Service b98cfc
	
Packit Service b98cfc
Packit Service b98cfc