From: Tobias Girstmair Date: Thu, 4 Mar 2021 00:44:48 +0000 (+0100) Subject: new version X-Git-Url: https://git.gir.st/Chiptunes-pms150c.git/commitdiff_plain/7e02078f8e3c33001e3a560c8b372b43d2d3427d new version --- diff --git a/bsv.c b/bsv.c index 22070e3..e954cb2 100644 --- a/bsv.c +++ b/bsv.c @@ -1,6 +1,7 @@ typedef unsigned char u8; u8 i0, i1, i2; //MEM +u8 n; //MEM u8 acc; //ACC u8 notes[] = { @@ -22,7 +23,7 @@ void main(void){ // clear i2 for(;;) { u8 sample; - u8 n = i2<<2 | i1>>6; //MEM + n = i2<<2 | i1>>6; // mov n, i2 // sl n // sl n