removing unnecessary frame counter clock when writing to 017

This commit is contained in:
Theron Spiegl 2020-01-01 15:56:55 -06:00
parent 42b3544648
commit 352b48ba41
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ impl Apu {
self.triangle.clock_length_counter();
self.noise.clock_envelope();
self.noise.clock_length_counter();
self.clock_frame_counter();
// self.clock_frame_counter();
}
}
}