home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1993 June / 1993-06.d64 / alarm.pp (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  289b  |  11 lines

  1. 0 clr
  2. 2 print"[147]"poke53280,6:poke53281,6
  3. 10 rem ringing alarm
  4. 20 for l=54272 to 54295:poke l,0:next:poke 54296,15
  5. 30 poke 54277,8:poke 54278,255:poke 54276,23
  6. 40 poke 54287,40
  7. 50 for z=1 to 7
  8. 60 for f1=255 to 0 step -6:poke 54273,f1:next f1
  9. 70 for f1=0 to 255 step 20:poke 54273,f1:next f1,z
  10. 80 poke 54278,15
  11.