1
0
mirror of https://github.com/mbirth/gwbasic.git synced 2024-09-19 16:53:26 +01:00

Added Sirene 9.

This commit is contained in:
Markus Birth 1994-03-29 21:38:20 +02:00
parent 89b6b4ad24
commit 953d1e7fa0
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

8
WINDOWS/SIRENE9.SIR Normal file
View File

@ -0,0 +1,8 @@
10 CLS
20 A=200
30 A=A+17
40 SOUND A,.1
50 IF INKEY$=" " THEN LOAD"sirene.win"
60 IF A>900 THEN 20
70 GOTO 30