add first version of sound doku

This commit is contained in:
2022-04-24 00:01:54 +02:00
parent e05701300c
commit 491bf88ade
4 changed files with 113 additions and 26 deletions

Binary file not shown.

View File

@@ -16,7 +16,7 @@ export fn gesSnd(t: i32) -> f32 {
let i: i32;
loop clearLoop {
(baseAddr + i)!GesBufferOffset = 0;
branch_if (i := i + 4) < 128*8: clearLoop;
branch_if (i := i + 4) < 128*4: clearLoop;
}
let ch: i32;