home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5355 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!slip202.telnet1.QueensU.CA!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: Video mode patch for TP6
  5. Message-ID: <dmurdoch.75.716351042@mast.queensu.ca>
  6. Lines: 26
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <2185.2AB2263C@catpe.alt.za>
  10. Date: Sun, 13 Sep 1992 02:24:02 GMT
  11.  
  12. In article <2185.2AB2263C@catpe.alt.za> Louis.Mandelstam@p2.f42.n7101.z5.fidonet.org (Louis Mandelstam) writes:
  13. > Yeah, I know it turned out Borland didn't REALLY use TV for the IDE, but 
  14. > I'm sure the same basic routines were used?
  15.  
  16. Where did you hear that?  I've done binary compares of the object code in 
  17. TPU files and TURBO.EXE, and it's pretty clear that it contains the 
  18. following units:
  19.  
  20.   DOS, DRIVERS, OVERLAY, SYSTEM, COLORSEL, STDDLG, DIALOGS, APP,
  21.   MENUS, VIEWS, HISTLIST, MEMORY, OBJECTS
  22.  
  23. If that's not using TV, what is it?
  24.  
  25. If you're interested in more details on the compares I did, look for 
  26. TP6MAP.ZIP or TP6MAP2.ZIP.  I think at least the first is on garbo in 
  27. /pc/turbopas; it gives the addresses of all the routines in the above 
  28. units, to aid in patching the IDE.  The second adds a map for the June 91 
  29. release of the compiler.  
  30.  
  31. If you really think it's possible to patch TV to use a special video mode, 
  32. I'd recommend getting a copy of the map I made.  You might get away with 
  33. just a few changes to the DRIVERS unit, or maybe it's not possible at all.  
  34. I don't know.  For some idea of what sort of difficulties to expect, look up 
  35. the TVG package, that tricks TV into running in graphics mode.
  36.  
  37. Duncan Murdoch
  38.