home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / HELP.PET < prev    next >
Encoding:
Text File  |  2019-04-13  |  12.1 KB  |  314 lines

  1.  
  2.  ************
  3. Topic 14        Tue Feb 05, 1991
  4. E.DURKIN1 [Montana Kid]      at 16:51 MST
  5. Sub: Run Stop disable for PET
  6.  
  7. I need a way to disable the run/stop key on a 4032 PET. The CBM educational
  8. programs I uploaded have the routein I need but I can't figure out how to use
  9. it or where in the program it's at. :/
  10. 25 message(s) total.
  11.  ************
  12.  ------------
  13. Category 21,  Topic 14
  14. Message 1         Tue Feb 05, 1991
  15. E.DURKIN1 [Montana Kid]      at 16:54 MST
  16.  
  17.  Also, for those of you who own 4032s this one-liner causes a VERY spectacular
  18.  
  19.  effect. I don't know why it does what it does,but it causes the screen to
  20.  flash VERY brightly. This MIGHT also work on a 8032 but I don't know..
  21.      10 PRINTCHR$(14)+CHR$(142)+CHR$(147):GOTO10
  22.       --<M.K.>--
  23.  ------------
  24. Category 21,  Topic 14
  25. Message 2         Tue Feb 05, 1991
  26. VOYAGER-1 [Gary V]           at 22:21 EST
  27.  
  28. It only takes a simple poke to the test for stop key vector. I can't remember
  29. offhand the vector location or value to use and will have to look this info up
  30. and get back to you on it.
  31.  
  32. As for your one liner - what you are doing is switching between text and
  33. graphics mode. In the 4032 & 8032 computers the number of scan lines per
  34. character row can be adjusted. In text mode it uses 9 scan lines and graphics
  35. mode uses 7 scan lines per row. This way there is a bit more space between
  36. rows in text mode which makes reading text a bit easyer. If you were to try
  37. and use some graphic characters to create a vertical line in text mode, there
  38. would be gaps in the line. There is a way around this, but I  hesitate on
  39. posting it because playing with pokes to the CRT chip can ( and will ) smoke
  40. the monitor. I would even hesitate running your one liner for very long. The
  41. monitors in these machines are not the most rugged ever built.
  42.  ------------
  43. Category 21,  Topic 14
  44. Message 3         Thu Feb 07, 1991
  45. E.DURKIN1 [Montana Kid]      at 17:06 MST
  46.  
  47.  EEEK!  ThanX Gary!  About the only use I have for that program is adding
  48.  a FORT=1TO100000:NEXT before it and getting out of the room so it freaks
  49.  out my teacher :)
  50.  ...or simulating a 'self-distruct'
  51.  
  52.  I'm also looking for some )(a bunch)( PET programs for use at school.
  53.  Out of the eight or so schools here in Butte, there are probably around
  54.  30 or more PETs, but nobody has any good programs. I'd really like to see a
  55.  PET software library on GEnie or something like that.
  56.  I also understand that there are a ton of PET users groups,especially
  57.  TPUG (Toronto PET Users Group)
  58.      Anybody have any address for these users groups?
  59.                    -=<M.K.>=-
  60.  ------------
  61. Category 21,  Topic 14
  62. Message 4         Thu Feb 07, 1991
  63. VOYAGER-1 [Gary V]           at 21:58 EST
  64.  
  65. I'm probably going to regret the time this is going to cost me <GRIN>, but I
  66. do have a rather extensive collection of PET/CBM PD software and will send you
  67. a listing of it if you would like. There are about 40 8050 format disks in
  68. all. The software varies from utilities, a few good productivity programs,
  69. games and quite a bit of the CBM education series.
  70.  
  71. BTW: I wrote to TPUG about 6 months ago to the address listed in one of the
  72. later Transactor issues. The letter was returned and stamped MOVED and there
  73. was no forwarding address. So I would be interested also in knowing where to
  74. write to if they are still in existance.
  75.  
  76.                       Gary
  77.  ------------
  78. Category 21,  Topic 14
  79. Message 5         Thu Feb 07, 1991
  80. E.DURKIN1 [Montana Kid]      at 20:22 MST
  81.  
  82.  [] <> :*    Thanks Gary!
  83.  
  84.  One other thing..
  85.  I'm using the PETLOAD SETUP program from the GEnie library to transfer files
  86.  from the 64 to the PET and I have to run the program and then load the
  87.  program I wan't to change to the PET,scratch the program,and resave it.
  88.  is there any way to do this faster than:
  89.     LOAD"{program name}",8
  90.     OPEN15,8,15:PRINT#15,"S:{program name}":CLOSE15
  91.     SAVE"{program name}",8
  92.  
  93.  This process gets really boring when I'm converting whole disks.
  94.   :/       -=<M.K.>=-
  95.  ------------
  96. Category 21,  Topic 14
  97. Message 6         Fri Feb 08, 1991
  98. VOYAGER-1 [Gary V]           at 08:38 EST
  99.  
  100. If I was doing it, I would leave the original disk alone and save all the
  101. converted files to a fresh disk. I'm sure that it's boring converting a whole
  102. disk that way, but unless you can write a ML program that is about the  best
  103. that can be done. I don't have the spare time at the moment to  write such an
  104. automatic converter. It could be done in basic, but it would be quite slow.
  105. You would have to read in the file dierctory, read in each file while
  106. adjusting line pointers and then re-write the file.
  107.  
  108. BTW: could you give me your address again, it's burried in about a 2 foot
  109. stack of printouts that I would rather not have to search thru.
  110.  ------------
  111. Category 21,  Topic 14
  112. Message 7         Fri Feb 08, 1991
  113. E.DURKIN1 [Montana Kid]      at 07:39 MST
  114.  
  115.  :)
  116.  One of these days I'll read my book on how to ML program but until then I
  117.  guess it's the long way.
  118.        I'll
  119.         send you my address via E-Mail
  120.         --=<M.K.>=--
  121.  ------------
  122. Category 21,  Topic 14
  123. Message 8         Fri Feb 08, 1991
  124. VOYAGER-1 [Gary V]           at 14:42 EST
  125.  
  126. Got your address and will be sending out a listing by early next week. BTW:
  127. would a copy of a memory map for these machines be of any use to you. I could
  128. include it along with the listing.
  129.  
  130.                    Gary
  131.  ------------
  132. Category 21,  Topic 14
  133. Message 9         Fri Feb 08, 1991
  134. E.DURKIN1 [Montana Kid]      at 17:58 MST
  135.  
  136. Memory map of what ?
  137.  ------------
  138. Category 21,  Topic 14
  139. Message 10        Sat Feb 09, 1991
  140. VOYAGER-1 [Gary V]           at 09:48 EST
  141.  
  142. A memory map of the CBM 8032 and some of the other PET computers.
  143.  ------------
  144. Category 21,  Topic 14
  145. Message 11        Sat Feb 09, 1991
  146. E.DURKIN1 [Montana Kid]      at 13:44 MST
  147.  
  148.  Every little bit would help.       ;)
  149.  
  150.  -----=====<Montana Kid>=====-----                             [B-)
  151.  ------------
  152. Category 21,  Topic 14
  153. Message 12        Thu Feb 21, 1991
  154. E.DURKIN1 [Montana Kid]      at 08:02 MST
  155.  
  156.  Gary, How hard is it to convert an 8050 disk to 1541 format. The only PET
  157.  drive we he at school is a 2041.
  158.  --==<M.K.>=-
  159.  ------------
  160. Category 21,  Topic 14
  161. Message 13        Thu Feb 21, 1991
  162. VOYAGER-1 [Gary V]           at 13:55 EST
  163.  
  164. It wouldn't be hard if both kinds of drives were connected to the same
  165. computer. It would then just be a matter of making a copy of the files on one
  166. drive to the other. The 8050 holds much more data than a 1541, so it would
  167. take 3 or 4 1541 disks to copy the files from one 8050 disk. Unfortunately, I
  168. dont have a way ( yet ) to connect my 8050 to the 64/128 or one of my 1541's
  169. to the PET. Eventualy, when finances are good and the deal is right, I will
  170. pick up an IEEE interface for my 128. I just busted the finances a week ago,
  171. so it might be a while before I could convert any of my PET collection for
  172. you.
  173.  
  174. One of the other schools in your district might have a 8050. It's worth
  175. checking into.
  176.  ------------
  177. Category 21,  Topic 14
  178. Message 14        Fri Feb 22, 1991
  179. E.DURKIN1 [Montana Kid]      at 15:21 MST
  180.  
  181.  Ya - I'll ask around and see where that gets me.
  182.   (In a town like this it should take about 3 days for it to get around to
  183.  everyone - and about a week and a half for all of Montana to know)
  184.  
  185.  
  186.  
  187.  
  188.  -:Grin:-
  189.                    -==<M.K.>==-
  190.  ------------
  191. Category 21,  Topic 14
  192. Message 15        Sat Feb 23, 1991
  193. C128.JBEE                    at 19:56 EST
  194.  
  195.  I think it has been mentioned before, but, if you have a MSD disk drive
  196.  you can connect it by it's IEEE interface with a cable to a pet and
  197.  write 1541 disks on it.  By the same token you can transfer 1541 based
  198.  programs to a PET.
  199.  Though I haven't actually tried this because I never had a PEt people
  200.  have told me it works.
  201.  BTW:the MSD has both a serial and IEEE connection
  202.  ------------
  203. Category 21,  Topic 14
  204. Message 16        Sun Apr 14, 1991
  205. S.ADAMOWICZ2                 at 18:50 EDT
  206.  
  207.  This might be a little out of place, but it's the closest I could find.
  208. SOmbody asked me If I knew the commands for a PET Disk Drive. That is, hiow
  209. does one get a directory,  load and save a file, open a file from basic?  If
  210. sombody could send GEmail (I dont have a C=  machine, so I have no reason to
  211. check in here) I would be thankfull. If anybody could tell me by the 17 of
  212. april I would be even more thankfull!  Thanx to all that read this...
  213.  
  214.  ------------
  215. Category 21,  Topic 14
  216. Message 17        Mon Apr 15, 1991
  217. C128.JBEE [* Sysop *]        at 07:40 EDT
  218.  
  219.  Well, you didn't say what computer you are using with the drive so here
  220.  goes:
  221.  directory or diR onu8
  222.  catalog or cA onu8
  223.  "u8"=the unit number.  If the unit number is 11 then it would be cA onu11
  224.  load"$",8
  225.  would load the directory into memory like a program file.  Once it is
  226.  loaded in you can "list" it by typing LIST and then the RETURN key.
  227.  Sure there is more to add but those are the basics ;)
  228.  Combinations of different computers/drives maybe use the same syntax
  229.  or something a bit different.  You have to leave more information about
  230.  the model of the disk drive and computer.
  231.  ------------
  232. Category 21,  Topic 14
  233. Message 18        Mon Apr 15, 1991
  234. S.ADAMOWICZ2                 at 22:46 EDT
  235.  
  236.  I dont realy know to be honest.  I know next to nothing about C= stuff.  I
  237. think the drive is a 2081 or something like that I know that the  first number
  238. was a 2. It's not my computer, sombody asked me at work, so I dicided this
  239. would be a nice thing to do. besides diging up old info is sort of a fun
  240. chalenge. I dont know what computer it is.
  241.  ------------
  242. Category 21,  Topic 14
  243. Message 19        Tue Apr 16, 1991
  244. C128.JBEE [* Sysop *]        at 03:59 EDT
  245.  
  246.  Well, sounds like a 2001 to me but I know next to nothing about the Pet
  247.  series.  We will have to wait untill later this week when the pros sign
  248.  on :D
  249.  ------------
  250. Category 21,  Topic 14
  251. Message 20        Wed Apr 17, 1991
  252. J.COLLINS5 [GeojoeC]         at 00:22 EDT
  253.  
  254. Well if it's a 2001, LOAD"$",8 should work. The old ASSCI used in the PET was
  255. ported over to the VIC and C64/128 along with all the directory structures
  256. used in the old "Who needs a disk drive" days. But if it a 2049 or greater you
  257. can use the BASIC 4.0 Directory command or diR. Best of luck!
  258.  ------------
  259. Category 21,  Topic 14
  260. Message 21        Wed Apr 17, 1991
  261. S.ADAMOWICZ2                 at 21:32 EDT
  262.  
  263.  So to load a program the command is LOAD"<filename>",8 and to save a program
  264. is SAVE"<filename>",8 ?
  265.  
  266.  ------------
  267. Category 21,  Topic 14
  268. Message 22        Thu Apr 18, 1991
  269. C128.JBEE [* Sysop *]        at 05:11 EDT
  270.  
  271.  Yes, on some files you might have to use LOAD"<filename>",8,1 but most
  272.  should be fine without the comma/one.
  273.  ------------
  274. Category 21,  Topic 14
  275. Message 23        Thu Apr 18, 1991
  276. S.ADAMOWICZ2                 at 21:43 EDT
  277.  
  278.  What is the ',1' for?  (not that it matters, I'm just wondering)
  279.  ------------
  280. Category 21,  Topic 14
  281. Message 24        Fri Apr 19, 1991
  282. C128.JBEE [* Sysop *]        at 05:40 EDT
  283.  
  284.  It means to load the program into memory from where it was saved.  Used
  285.  mostly for machine language programs so they execute properly.
  286.  ------------
  287. Category 21,  Topic 14
  288. Message 25        Fri Apr 19, 1991
  289. S.ADAMOWICZ2                 at 15:54 EDT
  290.  
  291.  Oh.  I used PET's and C64's in high school.  Well, I used PET's.  I dont like
  292. the C64.  I much perfered my Color Computer.  The BASIC was  and IS much
  293. better.   The Discdrive was also worlds faster.   The graphi- cs on the CoCo
  294. 1&2 was not as good as the C64 though.  I got my CoCo3, I still like it better
  295. in some ways than my 386SX MS-DOS box I got now.   With the OS-9 operatins
  296. sys. I had 16 tasks running, all from 1 SSDD floppy and 512K of ram.  That's
  297. another thing I like about the COCO3, I could do  all of theat with 512K, I
  298. cnad to that with MY pc and 1 meg.   Anyway, back to C= stuff.  I dont know
  299. why, I just liked the PET's bettter, they were more fun.  Not as fun as the
  300. MAC's they had, but fun none the less. Oh well, TTYL.
  301.  ------------
  302.  
  303. 1. CATegories      10. INDex of topics
  304. 2. NEW messages    11. SEArch topics
  305. 3. SET category    12. DELete message
  306. 4. DEScribe CAT    13. IGNore category
  307. 5. TOPic list      14. PROmpt setting
  308. 6. BROwse new msgs 15. SCRoll setting
  309. 7. REAd messages   16. NAMe used in BB
  310. 8. REPly to topic  17. EXIt the BB
  311. 9. STArt a topic   18. HELp on commands
  312. Enter #, <Command> or <HEL>p
  313. 21 ?
  314.