home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / apple2 / 27560 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  1.6 KB

  1. Path: sparky!uunet!usc!nic.csu.net!eis.CalState.EDU!csokolo
  2. Newsgroups: comp.sys.apple2
  3. Subject: Re: Bought a Franklin Ace 1000: Questions..
  4. Message-ID: <C1FqKC.4By@eis.calstate.edu>
  5. From: csokolo@eis.calstate.edu (Christopher Sokolov)
  6. Date: Tue, 26 Jan 1993 00:26:36 GMT
  7. References: <ao59574@pro-nsdapple.cts.com>
  8. Organization: Calif State Univ/Electronic Information Services
  9. Lines: 39
  10.  
  11. tomk@pro-nsdapple.cts.com (Tom Kelly) writes:
  12.  
  13. > Does anyone have the patch to make ProDos work on a Franklin?
  14. > If so please post it or send me E-Mail.
  15. > Thanks.
  16.  
  17. Seeing as I told you there was a patch, I will post it.  Maybe this could
  18. be in the FAQ?
  19.  
  20. 1.  Boot ProDOS.  When the system hangs up, press [RESET
  21. 2.  Type 2647:EA EA (prodos 1.0)  -or-  265B:EA EA ('all' other versions)
  22. 3.  Type 2000G
  23.  
  24. Congratulations!  But the change is not permanent, your must modify the
  25. PRODOS file.  The following BASIC program will do just that.
  26.  
  27. 20 D$ = CHR$(4)
  28. 30 INPUT "INSERT DISK TO BE PATCHED AND PRESS RETURN":R$
  29. 40 PRINT D$;"BLOAD PRODOS,TSYS,A$2000"
  30. 50 POKE 9819,234:POKE 9820,234
  31. 60 PRINT D$;"BSAVE PRODOS,TSYS,A$2000":END
  32.  
  33. For ProDOS 1.0 change line 50 to:
  34.  
  35. 50 POKE 9799,234:POKE 9800,234
  36.  
  37. (From Home Computer Magazine, v5 #4, page 13)
  38.  
  39. I left out the error trapping code from the program, but it should do the
  40. job. :)  Anyone who wants the complete program mailed to them, let me know.
  41.  
  42. A few points:  I seriously doubt this patch will work for ProDOS version
  43. after 1.9.  My II+ doesn't.  It may not even work with some fairly old
  44. versions, as this program came out when ProDOS was first released.
  45.  
  46. Hope this helps,
  47.  
  48. -Christopher Sokolov
  49.  
  50.