home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / tools / Forth / v9t9.cnf < prev    next >
Encoding:
Text File  |  2006-10-19  |  957 b   |  36 lines

  1. log all off
  2. ROMSPath=".:/usr/src/v9t9.old/Distrib/ROMs/Forth:/usr/src/v9t9-data/roms"
  3. ModulesPath="."
  4. #DefineMemory "RC" 0x0 8192 "nforth.rom" 0 "Console ROM" 
  5. #DefineMemory "RG" 0x0 -24576 "forth.grm" 0 "Console GROM" 
  6. #DefineMemory "RC" 0x6000 8192 "nforthc.bin" 0 "FORTH ROM" 
  7. #DefineMemory "RG" 0x6000 -40960 "nforthg.bin" 0 "FORTH GROM"
  8.  
  9. ConsoleROMFileName "nforth.rom" 
  10. ConsoleGROMFileName "forth.grm" 
  11. #ModuleROMFileName "nforthc.bin"
  12. #ModuleGROMFileName "nforth.grm"
  13. unknownfileistext on
  14.  
  15. #UnloadModuleOnly 
  16. #ExtraConsoleRAM=off
  17. MemoryExpansion32K=on
  18. RealTime=on
  19. SessionsPath="."
  20.  
  21. togglev9t9 "dsrRealDisk" off
  22. togglev9t9 "dsrEmuDisk" on
  23. DSK1Path="/usr/src/v9t9.old/Distrib/Disks"
  24. #VDPInterruptRate=20
  25. #Debug=on
  26.  
  27. #BaseClockHZ 100000
  28.  
  29. DSK1Path="/C/tidisk/forth"
  30.  
  31. DiskImagePath "/C/tidisk/thierry/zip/disass:/C/ti994a/v60ugly/disks:/home/ejs/src/99forth/Release/Disks/home/ejs/disks" 
  32. ResetComputer
  33.  
  34. ReadModuleDatabase "modules.inf"
  35. LoadModule "forth"
  36.