home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Tajnepp / MCLK093 / CHIPS.PRJ (.txt) < prev    next >
Borland C/C++ Project  |  1997-06-15  |  10KB  |  130 lines

  1. Turbo C Project File 
  2. C:\WORK\TC
  3. C:\WORK\TC\INCLUDE;C:\WORK\TC\EXAMPLES;
  4. C:\WORK\TC\LIB
  5. 32767
  6. C:\WORK\TC
  7. ~GREP
  8. -n+ $MEM(64) $NOSWAP $PROMPT $CAP MSG(GREP2MSG)void *.c 
  9. Turbo Assembler
  10. C:\WORK\TASM\BIN\TASM32
  11. /MX /ZI /O $TASM
  12. Turbo ~Debugger
  13. C:\WORK\TASM\BIN\TD
  14. $EXENAME
  15. Turbo ~Profiler
  16. tprof
  17. $EXENAME
  18. v0.93
  19.     05/04/97
  20. Assume all vga::_fxnX() are preset to EXIT_SUCCESS...
  21.     (therefore, during a failed operation, change status -> EXIT_FAILURE
  22. Removed: (v0.81b)
  23.     -w32p support ... now a separate .exe file
  24. ...just discovered that shutting of <debug info in .OBJ> cuts the EXE
  25. in half!  That option is under Options -> Compiler -> Advanced Code Gen
  26. I've now switched back to the LARGE memory model.
  27. Added:  (v0.83b)
  28.     +info fxn for all chipsets...returns DRAM/misc information about vga
  29.     + S3 Trio64V+ chipset detection (untested)
  30. Added:  (v0.84b)    10/95 and 11/2/95
  31.     +_S3::_S3 now unlocks extended SEQ registers
  32.     +Added CPU-write and MEM-write 2/3MCLK control for _Trio chipset(s)
  33.     +Added Cirrus GD-5436 specific code...
  34.     +Detect now distinguishes among GD-5430/40 chip(s), even though they
  35.      all point to the same base code ( _GD543x() )
  36.     (Note: sorry 'bout posting modifications to the same version#.
  37.         "v0.84B" passed through 3 different revisions.)
  38. Added:    (v0.85b)
  39.     +_TR9440 class, primarily for _TR9440::mclk()
  40.     +"/F" user can manually override auto-detection routines
  41.      This is accomplished through several "look-up" tables located
  42.      at the beginning of detect.cpp
  43.     +restored W32p code.  Currently, it's only accessible if the user
  44.      uses the "/F" option to force manual video-chipset selection.
  45.     +Began converting sprintf statements to ostrstream method, which
  46.      is more appropriate for a C++ program.  As of now, cirrus.cpp
  47.      contains no sprintf() statements.
  48. Fixed:    (v0.86b)
  49.     +Fixed the S3-SDAC detection routine
  50.     +Corrupt screen fixed for Trident cards...
  51.     -Unfortunately, the MCLK routine for the 9440/96xx doesn't work
  52. Fixed:    (v0.87b)
  53.     +Fixed the S3-SDAC detection routine...REALLY!
  54.      no longer hangs-up non-SDAC S3 boards...
  55. Added:    (v0.88b)
  56.     +S3 Virge and S3 Virge/VX detection...
  57.     ---I haven't yet checked the Virge/VX's clock-generator interface
  58.         (The S3 Virge's and Trio's MCLK programming interface
  59.         look identical.)
  60. Added:    (v0.89b)
  61.     +Cirrus Logic GD-5446 detection
  62.      (uses same code as 5436)
  63. Changed:    (v0.90b)
  64.     +hopefully better Trio64V+ detection code (4x-5x, instead of just 4x)
  65. Added:    (v0.91b)
  66.     +Trident 9440/96XX MCLK code, finally!
  67. Changed:    (v0.92b)
  68.      +Cosmetic changes to user interface (no new code)
  69.      +Program now recognizes S3 Aurora64V+, Trio64UV+
  70. Added:    (v0.93a)
  71.     +added some functions to class ::vga, like read_bit(a,b,c)
  72.      and write_bit(a,b,c) for standard port-io operation
  73.      +added PCI-detect routine to detect certain chipsets,
  74.       so far PCI VirgeDX/GX, PCI ET6000, PCI Trident 9440, PCI Trident 9660,
  75.       PCI GD-5462, PCI GD-5464
  76.      +added support for Cirrus GD-546X, Tseng Labs ET-6000
  77.      (added TIVP3025 RAMDAC programming to _964 (s3.cpp) class definition
  78.       doesn't work!)
  79. Added:    (v0.93b)
  80.     +added TIVP3026 detection to _S3::_S3() (don't know if TIVP code works)
  81.       modified ET-6000 init code to hopefully support more adapters
  82.       Modified S3 and ET-6000 classes : added destructors to restore some
  83.        of registers which MCLK's execution modifies
  84.      +added stubs for upcoming Matrox Mystique support
  85.      06/15/97 just added Matrox Mystique code (untested!!!)
  86.      -just noticed that Turbo C++ 3.0 DOS's own TLINK.EXE will no longer
  87.       link my CHIPS.PRJ file...had to copy TASM 4.0's TLINK.EXE (& RTM.EXE)
  88.       into my TC/BIN directory to fix the problem.5
  89. VGA.CPP
  90. TC\VGA.CPP
  91. PCI.CPP
  92. TC\PCI.CPP
  93. S3.CPP
  94. \TC\S3.CPP
  95. MATROX.CPP
  96. MATROX.CPP
  97. CIRRUS.CPP
  98. CIRRUS.CPP
  99. DETECT.CPP
  100. DETECT.CPP
  101. TRIDENT.CPP
  102. RIDENT.CPP
  103. TSENG.CPP
  104. \TSENG.CPP
  105. "TSENG.CPP
  106. "TRIDENT.CPP
  107. "TSENG.H
  108.  TRIDENT.H
  109. DETECT.CPP
  110. "CIRRUS.H
  111. "CIRRUS.CPP
  112. "MATROX.H
  113. "MATROX.CPP
  114. INCLUDE\MATH.H
  115. "S3.H
  116. "S3.CPP
  117. "PCI.CPP
  118. INCLUDE\STDLIB.H
  119. INCLUDE\STDIO.H
  120. INCLUDE\DOS.H
  121. "PCI.H
  122. INCLUDE\MEM.H
  123. INCLUDE\IOSTREAM.H
  124. INCLUDE\STRSTREA.H
  125. INCLUDE\_NULL.H
  126. INCLUDE\_DEFS.H
  127. INCLUDE\STRING.H
  128. "VGA.H
  129. "VGA.CPP
  130.