// vMac Configuration File // // How many frames should be displayed? vMac by default // draws every frame (1) but on slower machines the // emulation speed can be adjusted by entering a higher // figure here. (Minimum value = 1, Maximum Value = 10). FrameRate = 1 // How much RAM do you want the emulated Mac Plus to // have? (1 = 1 Mb, 2 = 2Mb, 4 = 4Mb). RAMSize = 1 // Which disks are in the emulated disk drives? Where // are they located? DrivePath1 = Disk1.dsk DrivePath2 = Disk2.dsk DrivePath3 = Disk3.dsk DrivePath4 = Disk4.dsk // And where is the vMac.ROM file? If you have more // than one you can put in the path for them all and // vMac will allow you to switch between them! ROMPath1 = vMac.ROM ROMPath2 = ROMPath3 = CurrentROMPath = 1 // End of File