Boot Disk Instructions for MS-DOS Games in Windows '95 Sierra Technical Support provides this documentation as a reference to Sierra customers using Sierra software products. Sierra Technical Support makes reasonable efforts to ensure that the information contained in this documentation is accurate. However, Sierra makes no warranty, either express or implied, as to the accuracy, effectiveness, or completeness of the information contained in this documentation. SIERRA ON-LINE, INC. DOES NOT WARRANTY OR PROMISE THAT THE INFORMATION HEREIN WILL WORK WITH ANY OR ALL COMPUTER SYSTEMS. SIERRA DOES NOT ASSUME ANY LIABILITY, EITHER INCIDENTAL OR CONSEQUENTIAL, FOR THE USE OF THE INFORMATION HEREIN, INCLUDING ANY AND ALL DAMAGE TO OR LOST USE OF COMPUTER HARDWARE OR SOFTWARE PRODUCTS, LOSS OF WARRANTIES, OR LOST DATA BY THE CUSTOMER OR ANY THIRD PARTY. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY SIERRA, ITS EMPLOYEES, DISTRIBUTORS, DEALER OR AGENTS SHALL CHANGE THE RESTRICTION OF LIABILITY OR CREATE ANY NEW WARRANTIES. IN NO CASE SHALL SIERRA'S LIABILITY EXCEED THE PURCHASE PRICE OF THE SIERRA SOFTWARE PRODUCT. STEP 1 FORMATTING THE DISK To make a boot disk, you must system format a high density diskette in the A: drive. This procedure will transfer the “system files” to the disk and allow the computer to boot up correctly. The disk must be in the A: drive; the computer will not boot from the B: drive. To format a disk in Windows '95, put the disk in the drive, open My Computer, then right click on the A: icon. From the pop-up menu, select Format. Under "Format type" select Full; under "Other options", choose Copy system files. Click on Start. After the disk is formatted, you must copy the MSDOS.SYS file from the hard drive to the floppy disk. To do this, leave the floppy disk in the drive, open Windows Explorer and find the MS-DOS.SYS file in the root of the C: drive. Right click on the file, then select Send to from the pop-up menu. Send the file to the A: drive. NOTE: If you don't see the MSDOS.SYS file in Explorer, the file is hidden. To make the file visible, select View, Options, then Show all files. If you do not wish the hidden files to remain visible, you can hide them again after you've made the boot disk by choosing View, Options, Hide files of this type. STEP 2 LOCATING THE MOUSE DRIVER If you are playing a game that uses a mouse, the Microsoft compatible mouse driver must be loaded into memory with the boot disk. There are two kinds of mouse drivers available: those that load in the CONFIG.SYS file and those that load in the AUTOEXEC.BAT file. CONFIG.SYS mouse drivers have an extension of .SYS (MOUSE.SYS) and AUTOEXEC.BAT drivers have either a .COM or .EXE extension (MOUSE.COM, MOUSE.EXE). You must load at least one of these drivers, but it is not necessary to load them all. If you do not know where the mouse drivers are located on your system, you can use Windows Explorer to find them. In Explorer, choose Tools, Find, Files or Folders. In the "Named" field, type MOUSE*; in the "Look In" field, type C:\, then click on Find Now. Explorer will search your hard drive for all files named MOUSE. All the MOUSE files will be listed at the bottom of the "Find: All Files" dialogue box. If this procedure does not locate a MOUSE file, your mouse driver may have a different name. Some common names for mouse drivers are IMOUSE, GMOUSE and HPMOUSE. Your should check your mouse documentation for the exact file names and how to install them. Once you have located the mouse driver, you must copy it to the boot disk. Select the driver you wish to use (MOUSE.COM, MOUSE.EXE or MOUSE.SYS) and right click on it. Choose Send to and copy the file to A:. STEP 3 LOCATING THE CD ROM DEVICE DRIVER (skip if not playing a CD game) The CD ROM drive requires a device driver loaded in the CONFIG.SYS file. This driver must be loaded correctly or you will be unable to access your CD ROM drive. To make sure that the device driver loads correctly on the boot disk, look at the CONFIG.SYS on the hard drive and copy the driver line from there. To display the CONFIG.SYS, click on the Start button, then choose Run. In the command line, type SYSEDIT. The SYSEDIT window will appear. Click on the CONFIG.SYS title bar to display the CONFIG.SYS file. Look for the line that loads the CD ROM device driver. The line should look something like this: DEVICE=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220 DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220 DEVICEHIGH /L:14652 =C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220 The device driver in your CONFIG.SYS may differ slightly from those listed above. Carefully write down the line for use in your boot disk. If you have a SCSI CD ROM drive, there may be an additional driver in your CONFIG.SYS that must be loaded for the CD ROM device drivers to load correctly. Check your CD drive documentation for more information. NOTE: If you cannot find your CD ROM driver in the CONFIG.SYS file, you may need to look in the CONFIG.DOS file. To access this file, choose Start, Run, then type NOTEPAD C:\CONFIG.DOS. If you still cannot locate the driver, check your CD-ROM drive documentation, or contact the drive's manufacturer. STEP 4 LOCATING THE MSCDEX CD ROM EXTENSION (skip if not playing a CD game) In addition to the CD ROM device driver in the CONFIG.SYS, your CD ROM drive requires MSCDEX, the Microsoft extension for CD ROM drives. If this extension is not loaded correctly in the AUTOEXEC.BAT, you will be unable to access your CD ROM drive. To make sure that MSCDEX loads correctly on the boot disk, use SYSEDIT to look at the AUTOEXEC.BAT on your C: drive and copy the MSCDEX line from there. It should look something like this: C:\DOS\MSCDEX /D:MSCD001 LH C:\DOS\MSCDEX /D:MSCD001 LOADHIGH /L:14429 C:\DOS\MSCDEX /D:MSCD001 The MSCDEX line in your AUTOEXEC.BAT may differ slightly from the ones above. Carefully write down the line for use in your boot disk. NOTE: If you cannot find the MSCDEX line in the AUTOEXEC.BAT file, you may need to look in the AUTOEXEC.DOS file. To access this file, choose Start, Run, then type NOTEPAD C:\AUTOEXEC.DOS. STEP 5 LOCATING THE SOUND CARD DRIVERS Many sound cards have drivers or initialization lines that must be loaded in the AUTOEXEC.BAT or CONFIG.SYS. Some sound cards that require these drivers or initialization routines are the SoundBlaster 16, MAD16 and the Aria 16. At the end of these Boot Disk Instructions, you will find a section labeled "Sound Cards". These tables contain the sound card lines for many common sound cards. Check to see if your sound card is on the list. If it is, you will need to add the appropriate lines to the AUTOEXEC.BAT and/or CONFIG.SYS on your boot disk. If your sound card is not listed, you should check your documentation for information on what needs to load in the AUTOEXEC.BAT and CONFIG.SYS. STEP 6 CREATING THE CONFIG.SYS FILE To create the CONFIG.SYS file on the boot disk, choose Start, Run, then type NOTEPAD A:\CONFIG.SYS in the command line field. This will start the Windows Notepad program. In the new Notepad screen, enter the following lines: DEVICE=C:\WINDOWS\HIMEM.SYS If you are playing a standard (16-bit) DOS game (see the memory requirements table at the end of this document), add the following EMM386 line: DEVICE=C:\WINDOWS\EMM386.EXE NOEMS If you are playing a standard DOS game that requires EMS memory, add the following EMM386 line: DEVICE=C:\WINDOWS\EMM386.EXE RAM 2800 If you are playing a DOS protected mode (32-bit) game, leave out the EMM386 line completely. Add the following lines for all types of games: DOS=HIGH,UMB FILES=30 BUFFERS=20 If you're using MOUSE.SYS to load your mouse, add the following line: DEVICEHIGH=A:\MOUSE.SYS If your game is a DOS protected mode game, leave out the "HIGH" in "DEVICEHIGH". If you're playing a CD game, add the CD ROM device driver as you wrote it down in the "Locating the CD ROM Device Driver" section. If you're playing a standard DOS game, the device driver should look something like this: DEVICEHIGH=C:\DRV\CDROMDRV.SYS /D:MSCD001 /P:220 If you're playing a DOS protected mode game, leave out the "HIGH" in "DEVICEHIGH". If you need to load any sound card drivers, copy them from the "Sound Cards" section now. The following example lines are for the SoundBlaster 16: DEVICEHIGH=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5 DEVICEHIGH=C:\SB16\DRV\CTMMSYS.SYS If you are playing a DOS protected mode game, leave out the "HIGH" in "DEVICEHIGH" in the above lines. Save the file by clicking on File, Save. Close Notepad by clicking on File, Exit. STEP 7 CREATING THE AUTOEXEC.BAT FILE To create the AUTOEXEC.BAT file on the boot disk, choose Start, Run, then type NOTEPAD A:\AUTOEXEC.BAT in the command line field. This will start the Windows Notepad program. In the new Notepad screen, enter the following lines: @ECHO OFF C:\ SET COMSPEC=C:\COMMAND.COM PROMPT SIERRA BOOT DISK $_$P$G PATH=C:\;C:\DOS;C:\SIERRA If you are using the MOUSE.COM or MOUSE.EXE file to load your mouse, add the appropriate line: LH A:\MOUSE.COM Leave the "LH" out of the mouse line if you are playing a DOS protected mode game. If you're playing a CD game, add the MSCDEX line as you write it down in the "Locating the MSCDEX CD ROM Extension" section. For example: LH C:\DOS\MSCDEX /D:MSCD001 If you are playing a standard DOS game, you must put the "LH" at the beginning of the MSCDEX line. If you are playing a DOS protected mode game, leave the "LH" off. If you need to run any sound card initialization programs or load any drivers, copy them from the "Sound Cards" section now. The following example lines are for the SoundBlaster 16: SET BLASTER=A220 I5 D1 H5 T6 SET SOUND=C:\SB16 SET MIDI=SYNTH:1 MAP:E C:\SB16\SB16SET /M:220 /VOC:220 /CD:220 /MIDI:220 /LINE:220 C:\SB16\DIAGNOSE /S Save the file by clicking on File, Save. Close Notepad by clicking on File, Exit. STEP 8 REBOOT THE COMPUTER Leave the disk in the drive and restart the computer by clicking on Start, Shut Down. If you want to play your DOS game in Windows, click on Restart the computer. If you prefer to play in DOS, choose Restart the computer in MS-DOS mode. NOTE: Many DOS games may not run well under Windows '95. Sierra highly recommends starting the computer in MS-DOS mode if you experience memory errors, lockups or other problems in Windows '95. STEP 9 (optional) BOOTING TO YOUR PREVIOUS VERSION OF MS-DOS In some instances, the above steps may not give you enough memory to run your MS-DOS game. If you continue to have problems after making the boot disk, you may want to boot your computer to your previous version of MS-DOS. This is especially helpful if the game was running without problems before you upgraded to Windows '95. To boot to your previous version of MS-DOS, you must edit the MSDOS.SYS file on the boot disk. Click on Start, Run, then type NOTEPAD A:\MSDOS.SYS in the command line. The MSDOS.SYS file will appear on the screen. Under the [options] section of this file, add the following lines: BootMulti=1 BootMenu=1 Save the file by clicking on File, Save. Close Notepad by clicking on File, Exit. Restart the computer. During the startup process, a menu will be displayed. The last choices on this menu will be "Previous DOS version". Select this option to start your computer in your previous version of MS-DOS. NOTE: This procedure will only work on computers that have been upgraded to Windows '95 from a previous version of DOS. If there is no previous operating system on the computer, these steps will have no effect. IF YOU STILL HAVE PROBLEMS... If you continue to experience problems, or if you have any questions concerning any of the above steps, Sierra Technical Support will be happy to assist you. You can reach Technical Support at (206) 644-4343 between 8:15 am and 4:45 pm, Monday through Friday. We can also be reached by fax at (206) 644-7697 or by mail at the following address: Sierra On-Line Technical Support PO Box 85006 Bellevue, WA 98015-8506 In Europe, please contact our office in England. The Customer Service number is (44) 1734-303171, between 9:00 am and 5:00 pm, Monday through Friday. The BBS number is (44) 1734-304227 and the fax number is (44) 1734-303201. Customer Service can also be reached at the following address: Sierra On-Line Limited 4 Brewery Court The Old Brewery Theale, Reading, Berkshire RG7 5AJ UNITED KINGDOM You can also contact our Technical Support Team on one of the following services: Sierra BBS (206) 644-0112 (settings 8, N, 1, up to 14.4) CompuServe GO SIERRA America Online KEYWORD SIERRA Internet support@sierra.com If you decide to write or fax, please provide the following information so that we can help you as efficiently as possible. Name: Fax number: Phone number: Address: Game name, version number and S/N number (from disk #1): What problem are you having? Be VERY specific. Is there an error message? What is it? Where does it occur? Does it happen the same way each time? Floppy or CD? Are you playing in Win95 or DOS? Type of computer (386, 486, etc.) Brand of video card (Trident, Diamond, etc.) Amount of RAM (4 meg, 8 meg, etc.) DOS version (MS-DOS 6.0, PC-DOS 6.2, etc.) Brand of sound card and sound card settings (SoundBlaster Pro, Forte16, Mozart, etc. Please be VERY specific with the brand name. Sound card settings include DMA, IRQ and I/O values.) Any disk compression? What kind? (Doublespace, Stacker, etc.) Any third-part memory manager? What kind? (QEMM, 386MAX, etc.) Largest executable program size or bytes free after booting with the boot disk. (Type MEM to find out.) What have you tried so far? (Boot disk, no sound, etc.) Please attach copies of your CONFIG.SYS and AUTOEXEC.BAT from your hard drive and the boot disk. SOUND CARD DRIVER INFORMATION NOTE: The sound card drivers and initialization lines in this section are the default settings for these devices. You should check your AUTOEXEC.BAT and CONFIG.SYS on your hard drive to see if you are using any non-default settings. ARIA 16 (Common on IBMs) AUTOEXEC.BAT SET ARIA=C:\ARIA SET BLASTER=A220 I5 D1 T5 C:\DOS\SOUNDCLT.COM* CONFIG.SYS DEVICE=C:\ARIA\BIN\SOUNDCFG.SYS DEVICE=C:\ARIA\BIN\SNDSAVER.SYS BOKA SOUND EXPRESS AUTOEXEC.BAT SET BLASTER=A220 I5 D1 T5 CONFIG.SYS DEVICE=C:\SE1440\CSACMOD1.EXE* CRYSTAL CLEAR WAVETABLE BY CRYSTAL LAKE AUTOEXEC.BAT SET BLASTER=A220 I5 D1 T5 C:\CCLEAR\CSACMAX1 C:\CCLEAR\CSACHMX1 CONFIG.SYS DEVICE=C:\CCLEAR\CSAMOD1.EXE DIAMOND LX AUTOEXEC.BAT SET SONIC=C:\SONIC C:\SONIC\SONIC /B/C* SET BLASTER=A220 I5 D1 T5 CONFIG.SYS NONE *Use /C switch for SB mode *Use /B switch for MSS mode ENSONIQ SOUNDSCAPE (Common on Gateways) AUTOEXEC.BAT SET BLASTER=A220 Ixx Dx SET SNDSCAPE=C:\SNDSCAPE C:\SNDSCAPE\SSINIT /I* CONFIG.SYS NONE *older drivers use /FM for Soundblaster mode, /GM for General Midi mode. ESS AUDIO DRIVE (Common on Compaqs) AUTOEXEC.BAT SET BLASTER=A220 I5 D1 CONFIG.SYS NONE FORTE 16 (Common on Packard Bells) AUTOEXEC.BAT SET BLASTER= SET GALAXY= SET SOUND=C:\FORTE16 C:\FORTE16\UTILITY\EMUTSR CONFIG.SYS NONE GALANT AUTOEXEC.BAT SET BLASTER=A220 I5 D1 CONFIG.SYS NONE GALAXY - See Multi-Media Pro 16 GATEWAY 2000 AUDIO DRIVE AUTOEXEC.BAT C:\G2KAUDIO\UTILITY\GWBVOLO SET BLASTER=A220 I5 D1 T5 SET GALAXY=* SET SOUND=C:\G2K CONFIG.SYS NONE *Check the AUTOEXEC.BAT on your hard drive for the full SET GALAXY line. GRAVIS ULTRASOUND AUTOEXEC.BAT SET ULTRASND=* SET ULTRADIR=* C:\ULTRASND\ULTRINIT SBOS.BAT** SET BLASTER=A220 I5 D1 CONFIG.SYS NONE *Check the AUTOEXEC.BAT on your hard drive for complete SET lines for the GUS. **The SBOS.BAT line must be loading to enable the card's Soundblaster emulation. IBM PS/1 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 CONFIG.SYS NONE ISP 16 AUTOEXEC.BAT C:\ISP16\ISPINIT /B/M* CONFIG.SYS NONE *Use /B switch for SB mode *Use /M switch for MSS Mode JAZZ 16 BY MEDIAVISION AUTOEXEC.BAT SET BLASTER=A220 I5 D1 DEVICE=C:\JAZZ\JAZZ.SYS D:* Q:* CONFIG.SYS NONE *D: DMA CHANNEL. *Q: IRQ SETTING. Specific values and directories may change - check your hard drive's AUTOEXEC.BAT. MAD 16 AUTOEXEC.BAT SET MAD16=C:\MAD16 SET BLASTER=A220 I5 D1 C:\MAD16\M16INIT /B /M* CONFIG.SYS NONE *Use /B switch for SB mode *Use /M switch for MSS Mode MAGIC S20 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET SOUND16=C:\MAGICS20 C:\MAGICS20\SNDINIT /B /M* CONFIG.SYS NONE *Use /B switch for SB mode *Use /M switch for MSS Mode MAGITEK GREEN 16 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 CONFIG.SYS NONE MEDIA CONCEPT AUTOEXEC.BAT SET MC=C:\MC CONFIG.SYS NONE MEDIA VISION AUTOEXEC.BAT SET BLASTER=A220 I5 D1 CONFIG.SYS DEVICE=C:\MEDVSN\PROS.SYS MONTE CARLO BY TURTLE BEACH AUTOEXE.BAT SET BLASTER=A220 I5 D1 C:\MCARLO\MCHKMIX CONFIG.SYS DEVICE=C:\MCARLO\MCMODE -S -W* *Use -S switch for SB mode *Use -W switch for MSS Mode MOZART SOUND CARD (Common on Cannons) AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET SOUND=C:\MOZART C:\MOZART\MTZVOL.EXE CONFIG.SYS DEVICE=C:\MOZART\MZTINIT.SYS WSS /530* *WSS /530 Puts the card into WSS mode port 530 MULTI-MEDIA PRO 16 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET GALAXY=* SET SOUND=C:\MMP16P CONFIG.SYS NONE *Check the AUTOEXEC.BAT on your hard drive for the full SET GALAXY line. ORCHID GAMEWAVE AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET SOUND=* C:\GW32\GW32.EXE CONFIG.SYS NONE ORCHID SOUNDWAVE AUTOEXEC.BAT SET BLASTER=* SET SOUND=* C:\SW32\SW32.EXE CONFIG.SYS NONE *Check the AUTOEXEC.BAT on your hard drive for the complete SET SOUND line. PRO AUDIO SPECTRUM 16 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 CONFIG.SYS DEVICE=C:\SPECTRUM\MVSOUND.SYS D:*Q:* D: DMA CHANNEL. Q: IRQ SETTING. may be PROAUDIO on older drivers. PRO SONIC AUTOEXEC.BAT SET BLASTER=A220 I5 D1 CONFIG.SYS DEVICE=C:\PROSONIC\PROSYS.SYS SOUNDBLASTER AWE 32 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET SOUND=C:\SB16 C:\SB16\SB16SET /P/Q C:\SB16\DIAGNOSE /S C:\SB16\AWEUTIL /S CONFIG.SYS DEVICE=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5 DEVICE=C:\SB16\DRV\CTMM.SYS** **This line is only required to enable the sound card's cd-rom interface. SOUNDBLASTER PRO AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET SOUND=C:\SBPRO* C:\SBPRO\SBP_SET* CONFIG.SYS NONE *on newer cards the drivers and such may look like the SB16 except loading out of a different directory. SOUNDBLASTER 16 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 H5 T6 SET SOUND=C:\SB16 SET MIDI=SYNTH:1 MAP:E C:\SB16\SB16SET* C:\SB16\DIAGNOSE /S** CONFIG.SYS DEVICE=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5 DEVICE=C:\SB16\DRV\CTMM.SYS*** *Check the AUTOEXEC.BAT on your hard drive for the complete SB16SET line as the values may vary. **May be C:\SB16\SBCoFIG /S on older cards. ***This line is only required to enable the sound card's cd-rom interface. SOUND EZ See Mad 16 See Mad 16 SOUND 16A (Common on Packard Bells) 1 OF 2** AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET GALAXY= C:\SOUND16A\UTILITY\SETMODE /MSS* SET SOUND16=C:\SOUND16A CONFIG.SYS NONE *Use /SB switch for SB mode *Use /MSS switch for MSS Mode SOUND 16A (Common on Packard Bells) 2 OF 2** AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET GALAXY=* C:\AUDIO\SNDINIT.EXE /B** SET SOUND16=C:\AUDIO CONFIG.SYS NONE *Check the AUTOEXEC.BAT on your hard drive for the complete SET GALAXY line. **Use /B switch for SB mode **Use /M switch for MSS Mode SOUND 144 (Common on Packard Bells) AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET GALAXY=* SET SOUND=SOUND144 CONFIG.SYS NONE *Check the AUTOEXEC.BAT on your hard drive for the complete SET GALAXY line. VIBRA 16 AUTOEXEC.BAT SET BLASTER=A220 I5 D1 H5 T6 SET SOUND=C:\VIBRA16 SET MIDI=* C:\VIBRA16\DIAGNOSE /S C:\VIBRA16\MIXERSET /P/Q CONFIG.SYS DEVICE=C:\VIBRA16\DRV\VIBRA16.SYS DEVICE=C:\VIBRA16\DRV\CTMMSYS.SYS** *Check the AUTOEXEC.BAT on your hard drive for the complete SET MIDI line. **This line is required for CD ROM compatibility. VOYETRA SOUND AUTOEXEC.BAT SET BLASTER=A220 I5 D1 SET ISP16=ISP16* C:\ISP16\ISPINIT /B CONFIG.SYS NONE *May be SET ISP16=VOYETRA *May be SET ISP16=VOYETRA MEMORY REQUIREMENTS FOR SIERRA'S MS-DOS GAMES The following table illustrates the memory requirements for Sierra's MS- DOS games. For games that run in standard mode, you should check your game documentation for the exact amount of conventional memory required. If a game uses EMS memory, the amount required is shown in parentheses. If you don't see your game here, check the game documentation for information on what type of memory the program requires. GAME NAME Standard Protected EMS Memory Mouse Mode Mode required? required? A-10 Yes No Yes (1024) No Aces of the Pacific: 1946 Yes No Yes (1024) No Aces Collection CD Yes No Yes (1024) No Aces of Deep No Yes No Yes Aces of the Pacific Yes No Yes (1024) No Aces over Europe Yes No Yes (1024) No Airbucks v1.2 Yes No No No Alien Legacy No Yes No Yes Battle Bugs Yes No Yes (1024) Yes Betrayal at Krondor Yes No Yes (1024) Yes Blue and the Gray Yes No No Yes Breach III No Yes No Yes Caesar Yes No No Yes Caesar II No Yes No Yes Castle of Dr. Brain Yes No No Yes Detroit Yes No No Yes EcoQuest:Search for Cetus Yes No No Yes EcoQuest: Rainforest Yes No No Yes Even More Incredible Machine Yes No Yes (1024) Yes FPS: Baseball94 Yes No Yes (2800) No FPS: Football & Football Pro Yes No Yes (1024) No FPS: Football95 Yes No Yes (2800) No Freddy Pharkas Yes No No Yes Front Lines No Yes No Yes Gabriel Knight: Sins of the Fathers No Yes No Yes Gabriel K. II No Yes No Yes Global Domination Yes No No Yes Goblins 1 - 2 Yes No No Yes Goblins 3 Yes No Yes (1024) Yes Heart of China Yes No Yes (1024) Yes High Seas Trader No Yes No Yes Hoyle Card Games (all versions) Yes No No Yes Inca Yes No No Yes Inca II No Yes No Yes Incredible Machine (original) Yes No Yes (1024) Yes Island of Dr. Brain Yes No No Yes King's Quest 1 - 6 Yes No No No Laura Bow: Dagger Amon Ra Yes No No No Leisure Suit Larry 1-6 (floppy) Yes No No No Leisure Suit Larry 6 (CD) No Yes No Yes Lode Runner Yes No Yes (2800) No Lords of the Realm Yes No No Yes Lost in Time Yes No Yes (1024) Yes MegaMath Yes No No Yes MetalTech: Battledrome No Yes No Yes MetalTech: EarthSiege No Yes No Yes Mixed-Up Mother Goose (DOS) Yes No No Yes Pepper Adventures in Time Yes No No No Phantasmagoria No Yes No Yes Police Quest 1 - 3 Yes No No No Police Quest 4 No Yes No Yes Prophecy Yes No No Yes Quest for Glory 1 - 3 Yes No No Yes Quest for Glory 4 No Yes No Yes Red Baron Yes No Yes (1024) No Sid and Al's Incredible Toons Yes No Yes (1024) Yes Space Quest 1 - 5 Yes No No No Space Quest 6 No Yes No Yes Turbo Science Yes No No Yes Willy Beamish Yes No Yes (1024) No Yserbius & Twinion Yes No No No