chore: clean up TODO messages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-15 23:31:27 -05:00
parent 6215eccb2f
commit aa22e93049
5 changed files with 16 additions and 25 deletions

View File

@@ -178,7 +178,7 @@ pub(crate) mod ch4 {
pub struct Frequency(u8);
impl Debug;
_initial, _: 7;
_length_disable, _: 6; // TODO: same as FrequencyHigh, figure out what this is
_length_disable, _: 6;
}
impl Frequency {
@@ -224,7 +224,7 @@ pub(crate) mod common {
pub struct FrequencyHigh(u8);
impl Debug;
_initial, _: 7;
_length_disable, _: 6; // TODO: Figure out what the hell this is
_length_disable, _: 6;
pub freq_bits, set_freq_bits: 2, 0;
}
@@ -342,7 +342,7 @@ pub(crate) mod common {
pub struct SoundDuty(u8);
impl Debug;
from into WavePattern, _wave_pattern, _: 7, 6;
_sound_length, _: 5, 0; // TODO: Getter only used if bit 6 in NR14 is set
_sound_length, _: 5, 0;
}
impl SoundDuty {