Compare commits

..

No commits in common. "2a45bd6e100594192dbc459a6d4b860ac9419b6e" and "17f20d2b39c325363fc867f7f03e0090f9b8aff3" have entirely different histories.

2 changed files with 2055 additions and 1751 deletions

3799
lsdpack.s

File diff suppressed because it is too large Load diff

View file

@ -315,7 +315,6 @@ impl Lsdpack {
} }
NextBank => { /* lol */ } NextBank => { /* lol */ }
AmpDecPu0 => { AmpDecPu0 => {
// https://github.com/LIJI32/SameBoy/blob/27b5935b8d0e0af988bcac8e55e92703af24f335/Core/apu.c#L341
let base = TONE1_PATTERN.read(); let base = TONE1_PATTERN.read();
TONE1_PATTERN.write( TONE1_PATTERN.write(
base.with_volume(0) base.with_volume(0)
@ -437,12 +436,6 @@ extern "C" fn main() -> ! {
.with_enabled(true), .with_enabled(true),
); );
SOUNDBIAS.write(
SoundBias::new()
.with_bias_level(0x100)
.with_sample_cycle(SampleCycle::_6bit),
);
unsafe { unsafe {
LSDJ_SONGS.play_song(0); LSDJ_SONGS.play_song(0);
} }