home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1993 June
/
1993-06.d64
/
alarm.pp
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
289b
|
11 lines
0 clr
2 print"[147]"poke53280,6:poke53281,6
10 rem ringing alarm
20 for l=54272 to 54295:poke l,0:next:poke 54296,15
30 poke 54277,8:poke 54278,255:poke 54276,23
40 poke 54287,40
50 for z=1 to 7
60 for f1=255 to 0 step -6:poke 54273,f1:next f1
70 for f1=0 to 255 step 20:poke 54273,f1:next f1,z
80 poke 54278,15