home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 7864 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.4 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!comlab.ox.ac.uk!mark
  2. From: mark@physchem.ox.ac.uk (Mark)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: TSR Problem
  5. Message-ID: <1993Jan5.142138.29739@physchem.ox.ac.uk>
  6. Date: 5 Jan 93 14:21:38 GMT
  7. References: <BznyoA.B8G@watserv2.uwaterloo.ca>
  8. Sender: mark@physchem (Mark)
  9. Organization: Physical Chemistry Laboratory, South Parks Road, Oxford OX1 3QZ
  10. Lines: 33
  11. Originator: mark@joule.pcl
  12.  
  13.  
  14. In article <BznyoA.B8G@watserv2.uwaterloo.ca>, nowinski@sciborg.uwaterloo.ca (Andrew Nowinski) writes:
  15. > Hi,
  16. >    my name is Jack Nowinski. I have a VGA to NTSC converter. I am
  17. > trying to write my own TSR program in TP 6 to work with the
  18. > external box. I am not used to programming in this field so if
  19. > someone who knows something about this could write.
  20. > I want my program to convert from VGA to NTSC.
  21. > I would also like it to overscan the graphics screen vertically
  22. > and horizontally so when I record it, it will be full screen on
  23. > TV.
  24. > Thanks.
  25. > --
  26. > Jack Nowinski
  27. > E-Mail: nowinski@sciborg.uwaterloo.ca
  28.  
  29.  
  30. The main thing to consider when writing TSRs, is that you must NOT call any dos
  31. functions.  If you do and other software calls the same function you will lock it
  32. up.  Dos functionf can only be called once at a time.
  33.  
  34.  
  35. Mark
  36.  
  37. -- 
  38. Mark 
  39. ______________________________________________________________________________
  40. mark@uk.ac.ox.physchem
  41.