mirror of
				https://github.com/alsa-project/alsa-tools.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| 
								 | 
							
								;PZU
							 | 
						||
| 
								 | 
							
								;;; Mikael Magnusson
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    name "Mono Switch 2 channels"
							 | 
						||
| 
								 | 
							
								    include "emu_constants.asm"
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								Left	IO
							 | 
						||
| 
								 | 
							
								Right	IO
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								switch control 0,0,1
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    macints Left, C_0, Left, switch
							 | 
						||
| 
								 | 
							
								    macints Right, C_0, Right, switch
							 | 
						||
| 
								 | 
							
								    end
							 |