mirror of
https://github.com/cc65/cc65.git
synced 2025-02-02 00:35:32 +00:00
increase delay in sound test
This commit is contained in:
parent
196962adac
commit
bf9fb6dcdb
@ -14,7 +14,7 @@ int main(void)
|
|||||||
int i=0;
|
int i=0;
|
||||||
printf("playing sound \n");
|
printf("playing sound \n");
|
||||||
sound(1,121,10,15);
|
sound(1,121,10,15);
|
||||||
for(i=0;i<90;i++);
|
for(i=0;i<9000;i++);
|
||||||
sound(1,0,0,0);
|
sound(1,0,0,0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user