YM2612: whoops!
This commit is contained in:
		
							parent
							
								
									aaf02103f6
								
							
						
					
					
						commit
						477674400c
					
				| 
						 | 
					@ -342,7 +342,7 @@ void DivPlatformGenesis::acquire(short* bufL, short* bufR, size_t start, size_t
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void DivPlatformGenesis::tick(bool sysTick) {
 | 
					void DivPlatformGenesis::tick(bool sysTick) {
 | 
				
			||||||
  for (int i=0; i<7; i++) {
 | 
					  for (int i=0; i<(softPCM?7:6); i++) {
 | 
				
			||||||
    if (i==2 && extMode) continue;
 | 
					    if (i==2 && extMode) continue;
 | 
				
			||||||
    chan[i].std.next();
 | 
					    chan[i].std.next();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue