home *** CD-ROM | disk | FTP | other *** search
/ Amiga Dream 59 / CDDream59.ISO / Amiga / Emulation / vMac_bin.lha / vMac / .vmacrc next >
Text File  |  1998-12-13  |  1KB  |  55 lines

  1. // vMac Configuration File
  2. //
  3.  
  4. // Amount of instructions per event.
  5. // Fiddling with this number could speed vMac up tremendously
  6. // on your machine.
  7. // (32460 normally, but anything could work.)
  8.  
  9. NumInstructions = 25000
  10.  
  11. // Sound (experimental!) will use AHI V4.
  12. // (1 = yes, 0 = no)
  13.  
  14. Sound = 0
  15.  
  16. // This will hack QuickDraw to gain speed, as well  
  17. // as higher resolutions.                           
  18. // (0 = Off, 1 = On - 512x342, 2 = On - 640x480)  
  19.  
  20. QDHack = 1
  21.  
  22.  
  23. // Do you want to use Asl Screen Mode requester?
  24. // Note that mode you have selected is only used to find 
  25. // out what monitor should ne used (eg PAL or DBLPAL) Resolution
  26. // will be forced to 640x480
  27. // Set to:
  28. // 0=No asl - use PAL Hires Lace
  29. // 1=Show asl requester
  30.  
  31. UseAsl = 0
  32.  
  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 = 4
  38.  
  39. // Which disks are in the emulated disk drives? Where
  40. // are they located?
  41.  
  42. DrivePath1 = images/sys755.dsk
  43. DrivePath2 = images/games1.dsk
  44. DrivePath3 = disk.dsk
  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. ROMPath0 = images/vMac.ROM
  51. ROMPath1 = 
  52. ROMPath2 = 
  53. CurrentROMPath = 0
  54.  
  55. // End of File