home *** CD-ROM | disk | FTP | other *** search
/ Cracking 1 / Cracking I..iso / Tools / Debuggery / TRW2000 / TRW2000.INI < prev    next >
Encoding:
Text File  |  2000-05-23  |  3.1 KB  |  88 lines

  1. ; TRW2000 Initialize file
  2.  
  3. ; Please modify it as your habit . 
  4.  
  5. ;rem PLUGS=C:\PLUGS\HELLO.SYS
  6. ;No, you don't put this line. Now we have changed plug-ins load-method.
  7. ;Please copy your SYS to <TRW2000 Directory>\SYS, TRW2000 will load it
  8. ;automatic.
  9.  
  10. ; Now, we don't support keyword LINES=, please use command LINES instead.
  11. INIT="lines 35;wr 3;wd 4;wc 16"
  12.  
  13. F1=^HELP        ; Command length CAN'T be longer than 15 characters !
  14.             ; This command length is 5 charcaters .
  15. F3=^SRC
  16. F4=^RS
  17. F5=^X
  18. F6=^EC
  19. F7=^HERE
  20. F8=^T
  21. F9=^BPX
  22. F10=^P
  23. F12=^PRET
  24.  
  25. ;HOTKEY=320D        ;Ctrl+M
  26. ;R3HOTKEY=310E        ;Ctrl+N
  27.  
  28. GRAPHICS=ON        ;Use graphics mode driver
  29.  
  30. VESA=OFF        ;Use VESA driver to switch screen-mode.
  31.             ;Maybe some users find that when they click TRW2000 
  32.             ;icon screen go to black or green, that is VESA driver
  33.             ;detect your VESA information, but it failed.    
  34.             ;To fix it, set VESA=OFF to force TRW2000 use VGA driver
  35.             ;to switch screen-mode to text mode 80*25.
  36.             ;We recommend you set
  37.             ;GRAPHICS=ON, VESA=OFF, VGA=ON
  38.             ;Most computer will work good as this setting.
  39.             ;If you need to debug some DOS graphics program such as 
  40.             ;SEA or DOS game, we recommend
  41.             ;GRAPHICS=ON, VESA=ON, VGA=OFF, then TRW2000 will use 
  42.             ;VESA to switch screen-mode and save/restore screen. 
  43.  
  44. VGA=ON            ;Force TRW2000 use VGA driver to save/restore screen.
  45.             ;This field is usefull when you choose GRAPHICS=ON
  46.             ;when you choose GRAPHICS=ON, we recommend you set
  47.             ;this to ON.
  48.             ;e.g:    Intel I740 display card, when you in full-screen
  49.             ;    DOS, TRW2000 must switch screen-mode, if this 
  50.             ;    this keyword is off, TRW2000 use VESA dirver,
  51.             ;    but VESA has some problem for I740, you will
  52.             ;    found screen disordered. If ON, TRW2000 use 
  53.             ;    VGA driver, it's OK.
  54.  
  55. INTELLIMOUSE=ON    ;If your mouse is a intellmouse, set this to ON
  56.  
  57. WINMOUSE=ON    ;If you found your mouse is not work properly, try
  58.             ;it to ON. But we do NOT recommend this, because
  59.             ;it maybe decrease stabilization.
  60.  
  61. ;NORESCHANGE=OFF    ;Set on if you do not want to change Windows color
  62.             ;when TRW2000 running.
  63.             ;In default, this option is off. TRW2000 will auto alloc
  64.             ;80*50*8 font width*16 font high*4 BitPerPixelFor32bitTrueColor
  65.             ;this is 2M!
  66.             ;Set it on if you do not use 32bit color, TRW2000 will only
  67.             ;alloc memory needed, this will save more memory
  68.  
  69. ;HST=256        ;History buffer size, default = 256k
  70.  
  71. SYMBUFFER=1024        ;Symbol buffer size. If you found that TRW2000 show "no free heap"
  72.             ;when you load a symbol file, please modify this size.
  73.             ;default is 1024KB.
  74.  
  75. CAPITAL=ON        ;Disassembler will use capital, if this keyword is ON. If off, 
  76.             ;lowercase.
  77.  
  78. WONDER=ON        ;Set it to OFF to disable the phantasmagoric color item on the 
  79.             ;bottom of screen.
  80.  
  81. TESTMODE=OFF        ;If TRW2k crash your system, please try /T parameter first,
  82.             ;if you found the crashing occur when you press OK button of
  83.             ;"Step 103", then you need to try this. Set it to ON, then 
  84.             ;report us the error number.
  85.             ;Very very thank you. WARNING: If TRW2k do NOT crash your system
  86.             ;or the crashing do NOT occur when "Step 103", MUST SET THIS 
  87.             ;TO OFF.
  88.