home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 June
/
PCWorld_1999-06_cd.bin
/
software
/
temacd
/
vmacx
/
VMAC.CFG
< prev
next >
Wrap
Text File
|
1998-06-29
|
1KB
|
56 lines
// vMac Configuration File
//
// Do you wish to skip the Macintosh power-on memory
// test ? This might be useful on slower computers
// or when the there's a large RAM size [see below]
// (Do memory test = 0, Skip memory test = 1).
SkipMemoryTest = 0
// This will hack QuickDraw to gain speed, as well
// as higher resolutions.
// (0 = Off, 1 = On - 512x342, 2 = On - 640x480)
QDHack = 0
// Sound emulation.
// (0 = Off, 1 = On)
Sound = 0
// This can be set to sync. vMac with the host VBL.
// Effective when you want to control vMac's speed,
// for accuracy.
// (0 = Off, 1 = On)
VBL = 0
// Printer emulation [Experimental!].
// (0 = Off, 1 - 3 = Printer port LPTx)
Printer = 0
// 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 =
DrivePath2 =
DrivePath3 =
// 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