home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / temacd / vmacx / VMAC.CFG < prev    next >
Text File  |  1998-06-29  |  1KB  |  56 lines

  1. // vMac Configuration File
  2. //
  3.  
  4. // Do you wish to skip the Macintosh power-on memory 
  5. // test ?  This might be useful on slower computers  
  6. // or when the there's a large RAM size [see below]  
  7. // (Do memory test = 0, Skip memory test = 1).     
  8.  
  9. SkipMemoryTest = 0
  10.  
  11. // This will hack QuickDraw to gain speed, as well  
  12. // as higher resolutions.                           
  13. // (0 = Off, 1 = On - 512x342, 2 = On - 640x480)  
  14.  
  15. QDHack = 0
  16.  
  17. // Sound emulation.                                 
  18. // (0 = Off, 1 = On)                              
  19.  
  20. Sound = 0
  21.  
  22. // This can be set to sync. vMac with the host VBL. 
  23. // Effective when you want to control vMac's speed, 
  24. // for accuracy.                                    
  25. // (0 = Off, 1 = On)                              
  26.  
  27. VBL = 0
  28.  
  29. // Printer emulation [Experimental!].                
  30. // (0 = Off, 1 - 3 = Printer port LPTx)            
  31.  
  32. Printer = 0
  33.  
  34. // How much RAM do you want the emulated Mac Plus to 
  35. // have? (1 = 1 Mb, 2 = 2Mb, 4 = 4Mb).             
  36.  
  37. RAMSize = 1
  38.  
  39. // Which disks are in the emulated disk drives? Where
  40. // are they located?                               
  41.  
  42. DrivePath1 = 
  43. DrivePath2 = 
  44. DrivePath3 = 
  45.  
  46. // And where is the vMac.ROM file? If you have more  
  47. // than one you can put in the path for them all and 
  48. // vMac will allow you to switch between them!     
  49.  
  50. ROMPath1 = vMac.ROM
  51. ROMPath2 = 
  52. ROMPath3 = 
  53. CurrentROMPath = 1
  54.  
  55.  
  56. // End of File