home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / cbm / 4576 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.5 KB

  1. Path: sparky!uunet!comp.vuw.ac.nz!newshost.wcc.govt.nz!kosmos.wcc.govt.nz!mcmillan_a
  2. From: mcmillan_a@kosmos.wcc.govt.nz
  3. Newsgroups: comp.sys.cbm
  4. Subject: PAL/NTSC screen display
  5. Date: 17 Nov 92 14:43:03 NZST
  6. Organization: Welligton City Council, Public Access.
  7. Lines: 33
  8. Message-ID: <1992Nov17.144303.1@kosmos.wcc.govt.nz>
  9. NNTP-Posting-Host: kosmos.wcc.govt.nz
  10.  
  11. A couple of weeks ago I posted a msg about 'American monitors' and the 
  12. problems I had with the 80 col screen on the 128 being elongated with
  13. certain programs. In particular Desterm, Kermit and Paperclip III.
  14.  
  15. Thanks to Jim (cloos@TC.Cornell.EDU) who provided me with detailed
  16. information on the VDC chip, I was able (with some lucky hacking) to fix
  17. the problem with Kermit and Desterm, but not Paperclip. (Yet!)
  18.  
  19. What was happening was, these programs were re-initialling the VDC chip back
  20. to NTSC conditions, which mucked things up for PAL users. The critical
  21. registers were numbers 4 (vertical total) and 7 (vertical sync).
  22.  
  23. Details of the fix are:-
  24.  
  25. KERMIT
  26. Load Kermit (120 blocks) in 128 mode,
  27. Enter monitor, type M 0827B 0827E
  28. Change the byte at 827B from 20 to 26
  29.    and the byte at 827E from 1D to 20
  30. eXit monitor, resave KERMIT.
  31.  
  32. DESTERM
  33. Enter monitor, type l"desterm2.00",8   (223 blocks)
  34. Change byte at 8EAE from 20 to 26
  35.    and byte at 8EB1 from 1E to 20
  36. Scratch "desterm2.00" then
  37. s"desterm2.00",8,0F00,EC33
  38.  
  39. I don't know what would happen to NTSC systems (maybe the screen would go
  40. smaller?), anyway hope it helps some PAL user. I sure made the programs
  41. much nicer for me to use!
  42.  
  43. Cheers - Kirk
  44.