home *** CD-ROM | disk | FTP | other *** search
- ; TRW2000 Initialize file
-
- ; Please modify it as your habit .
-
- ;rem PLUGS=C:\PLUGS\HELLO.SYS
- ;No, you don't put this line. Now we have changed plug-ins load-method.
- ;Please copy your SYS to <TRW2000 Directory>\SYS, TRW2000 will load it
- ;automatic.
-
- ; Now, we don't support keyword LINES=, please use command LINES instead.
- INIT="lines 35;wr 3;wd 4;wc 16"
-
- F1=^HELP ; Command length CAN'T be longer than 15 characters !
- ; This command length is 5 charcaters .
- F3=^SRC
- F4=^RS
- F5=^X
- F6=^EC
- F7=^HERE
- F8=^T
- F9=^BPX
- F10=^P
- F12=^PRET
-
- ;HOTKEY=320D ;Ctrl+M
- ;R3HOTKEY=310E ;Ctrl+N
-
- GRAPHICS=ON ;Use graphics mode driver
-
- VESA=OFF ;Use VESA driver to switch screen-mode.
- ;Maybe some users find that when they click TRW2000
- ;icon screen go to black or green, that is VESA driver
- ;detect your VESA information, but it failed.
- ;To fix it, set VESA=OFF to force TRW2000 use VGA driver
- ;to switch screen-mode to text mode 80*25.
- ;We recommend you set
- ;GRAPHICS=ON, VESA=OFF, VGA=ON
- ;Most computer will work good as this setting.
- ;If you need to debug some DOS graphics program such as
- ;SEA or DOS game, we recommend
- ;GRAPHICS=ON, VESA=ON, VGA=OFF, then TRW2000 will use
- ;VESA to switch screen-mode and save/restore screen.
-
- VGA=ON ;Force TRW2000 use VGA driver to save/restore screen.
- ;This field is usefull when you choose GRAPHICS=ON
- ;when you choose GRAPHICS=ON, we recommend you set
- ;this to ON.
- ;e.g: Intel I740 display card, when you in full-screen
- ; DOS, TRW2000 must switch screen-mode, if this
- ; this keyword is off, TRW2000 use VESA dirver,
- ; but VESA has some problem for I740, you will
- ; found screen disordered. If ON, TRW2000 use
- ; VGA driver, it's OK.
-
- INTELLIMOUSE=ON ;If your mouse is a intellmouse, set this to ON
-
- WINMOUSE=ON ;If you found your mouse is not work properly, try
- ;it to ON. But we do NOT recommend this, because
- ;it maybe decrease stabilization.
-
- ;NORESCHANGE=OFF ;Set on if you do not want to change Windows color
- ;when TRW2000 running.
- ;In default, this option is off. TRW2000 will auto alloc
- ;80*50*8 font width*16 font high*4 BitPerPixelFor32bitTrueColor
- ;this is 2M!
- ;Set it on if you do not use 32bit color, TRW2000 will only
- ;alloc memory needed, this will save more memory
-
- ;HST=256 ;History buffer size, default = 256k
-
- SYMBUFFER=1024 ;Symbol buffer size. If you found that TRW2000 show "no free heap"
- ;when you load a symbol file, please modify this size.
- ;default is 1024KB.
-
- CAPITAL=ON ;Disassembler will use capital, if this keyword is ON. If off,
- ;lowercase.
-
- WONDER=ON ;Set it to OFF to disable the phantasmagoric color item on the
- ;bottom of screen.
-
- TESTMODE=OFF ;If TRW2k crash your system, please try /T parameter first,
- ;if you found the crashing occur when you press OK button of
- ;"Step 103", then you need to try this. Set it to ON, then
- ;report us the error number.
- ;Very very thank you. WARNING: If TRW2k do NOT crash your system
- ;or the crashing do NOT occur when "Step 103", MUST SET THIS
- ;TO OFF.
-