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