예제 #1
0
파일: APU.cs 프로젝트: DualBrain/Emu-o-Tron
 private void QuarterFrame()
 {
     square1.QuarterFrame();
     square2.QuarterFrame();
     triangle.QuarterFrame();
     noise.QuarterFrame();
     external.QuarterFrame();
 }
예제 #2
0
파일: NSF.cs 프로젝트: DualBrain/Emu-o-Tron
 public override void QuarterFrame()
 {
     VRC6.QuarterFrame();
     VRC7.QuarterFrame();
     FDS.QuarterFrame();
     MMC5.QuarterFrame();
     N163.QuarterFrame();
     FME7.QuarterFrame();
 }