home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 192 / 192.d81 / b.rh-pinochle (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  741b  |  18 lines

  1. 1 rem "b.rh-pinochle" 2000.05.09              *** racehorse pinochle boot
  2. 10 print"[147]":poke53280,0:poke53281,0
  3. 12 poke648,128:poke53272,7:poke56576,197:print"[147]":gosub100
  4. 14 dv=peek(186):ifdv<8ordv>29thendv=8
  5. 16 load"rh-pinochle 1",dv:end
  6. 100 z$=" [152]                                      ":poke214,5:print
  7. 102 print" [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184]":fori=0to10:printz$:next
  8. 104 print" [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][152]"
  9. 105 z$(0)="[210][193][195][197][200][207][210][211][197] [208][201][206][207][195][200][204][197]"
  10. 106 z$(1)="[163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163]"
  11. 107 z$(2)="by [204]ance [195]. [212]homas"
  12. 108 z$(4)="(c) 2000 by [202] & [198] [208]ublishing, [201]nc."
  13. 110 z$(5)="[212]his program is not shareware":z$(6)="or in the public domain."
  14. 112 z$(8)="1-318-868-8727"
  15. 114 poke214,7:print:fori=0to8:printtab(20-(len(z$(i))/2))""z$(i):next:return
  16. 10000 a$="b.rh-pinochle"
  17. 10010 dv=peek(186):open15,dv,15,"s0:"+a$:close15:savea$,dv:end
  18.