<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sryx</id>
	<title>DOSBoxWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sryx"/>
	<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/Special:Contributions/Sryx"/>
	<updated>2026-04-24T22:26:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=User:Dutch_kuykendall&amp;diff=2802</id>
		<title>User:Dutch kuykendall</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=User:Dutch_kuykendall&amp;diff=2802"/>
		<updated>2009-08-27T18:31:24Z</updated>

		<summary type="html">&lt;p&gt;Sryx: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm trying to get &amp;quot;Gail Howard's SMART LUCK&amp;quot; app to run under Ubuntu with the help of your DOSBox 0.72&lt;br /&gt;
I get the following error when I try to run the setup program.  &amp;quot;This program must be run under Win32&amp;quot;&lt;br /&gt;
My system is a AMD 64, but I run Ubuntu 32 bit version 9.04  I awate any words of wisdom.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The error you are seeing isn't from DOSBox or Ubuntu, it's the SMART LUCK app (or rather the boot loader in it's executable) saying that it needs Windows (95 or newer) to run.  Unfortunately at this time DOSBox isn't capable of running Windows 95 (at least as far as I know, I could be wrong).  It's possible the SMART LUCK application was written against the win32 library that appeared late in Windows 3.11's life, in that case it might be possible (with a lot of work) to make it work in DOSBox.  You might be better off trying a full system emulator like Bochs.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Connectivity&amp;diff=2535</id>
		<title>Connectivity</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Connectivity&amp;diff=2535"/>
		<updated>2009-07-06T16:34:13Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* DOSBox Local Network configuration */  replaced screenshot of text with text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The below article is directed from a free resource which the link is stated at below line:&lt;br /&gt;
http://www.dedoimedo.com/games/reviving/dosbox_multiplayer.html&lt;br /&gt;
&lt;br /&gt;
The name of the author was undisclose, however, speacial thanks to the original author for contributing this information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enjoying multiplayer games on LAN in DOSBox - IPX ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By now, you have already discovered that I'm a bit of an old games fan. Using DOSBox is probably the simplest, most sensible way of enjoying your old favorites. But so far, I have only shown you the single player mode. DOSBox also allows you to setup multiplayer games.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have more than one computer and would like to enjoy a session of Doom, Warcraft or any other 90s classic, then read on.&lt;br /&gt;
&lt;br /&gt;
This article will show you how to setup multiplayer games using IPX protocol. A follow-up article will demonstrate how to play even older games using direct serial connection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== DOSBox Local Network configuration ==&lt;br /&gt;
 &lt;br /&gt;
First, we must enable IPX networking emulation.&lt;br /&gt;
&lt;br /&gt;
Find and open the '''dosbox.conf''' file (the configuration file for DOSBox); it should be located in the DOSBox directory.&lt;br /&gt;
&lt;br /&gt;
Inside the file, search for an entry labeled [ipx]. Below the explanation comment (marked with #), change the configuration line from ipx=false to ipx=true as shown in the example below.&lt;br /&gt;
&lt;br /&gt;
 [ipx]&lt;br /&gt;
 # ipx -- Enable ipx over UDP/IP emulation.&lt;br /&gt;
 &lt;br /&gt;
 ipx=true&lt;br /&gt;
&lt;br /&gt;
You might find it hard to believe, but this is ALL of the tampering with the configuration files you will need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Start IPX server''' &lt;br /&gt;
&lt;br /&gt;
Power on DOSBox on all the computers that you want to participate in the LAN games. One of these computers will have to act as a server. The rest will be clients.&lt;br /&gt;
&lt;br /&gt;
On the server machine, execute the following command:&lt;br /&gt;
&lt;br /&gt;
ipxnet startserver&lt;br /&gt;
&lt;br /&gt;
See screenshot below:&lt;br /&gt;
&lt;br /&gt;
[[Image:dosbox_lan_02.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Start client(s)''' &lt;br /&gt;
&lt;br /&gt;
On each one of the clients, run the following command to connect to the server:&lt;br /&gt;
&lt;br /&gt;
ipxnet connect &amp;lt;IP &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, in my case:&lt;br /&gt;
&lt;br /&gt;
ipxnet connect 192.168.2.100 &lt;br /&gt;
&lt;br /&gt;
See screenshot below:&lt;br /&gt;
&lt;br /&gt;
[[Image:dosbox_lan_03.png]]&lt;br /&gt;
&lt;br /&gt;
You now have the network running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Start your games''' &lt;br /&gt;
&lt;br /&gt;
Yes, that's it! I have tested this setup on a network where both clients sit behind a router and run a personal firewall. Everything worked (and works) flawlessly. The one thing you may have to do is allow DOSBox network access in your firewall rules.&lt;br /&gt;
&lt;br /&gt;
== How to Obtain Computer's IP ==&lt;br /&gt;
There are many several ways to obtain a computer's IP address in a local network.&lt;br /&gt;
&lt;br /&gt;
Below are one of the common way:&lt;br /&gt;
&lt;br /&gt;
Go to &amp;quot;My Network Place&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click on &amp;quot;View My Network Connections&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:Network_settings1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right Click the Network that you are using. For exmaple:&lt;br /&gt;
and choose &amp;quot;Status&amp;quot;, then, you will be able to obtain the computer's IP address in a local network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Network_settings2.png]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=User:Sryx&amp;diff=2106</id>
		<title>User:Sryx</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=User:Sryx&amp;diff=2106"/>
		<updated>2009-03-23T20:08:11Z</updated>

		<summary type="html">&lt;p&gt;Sryx: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SRyX is Jason Sperske (http://sperske.com) a 30 year old programmer and avid classic PC enthusiast.  He uses DOSBox almost exclusively to run [[GAMES:VRStudio|VR Studio]] and [[GAMES:Legend of Kyrandia|Legend of Kyrandia]].  He grew up in the early 90's era of computer gaming and built his for PC at the age of 14.  The most current computer he uses for gaming is a lovingly restored 486 DX4 100 running MS-DOS 6.22.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Special_Thanks&amp;diff=1711</id>
		<title>Special Thanks</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Special_Thanks&amp;diff=1711"/>
		<updated>2008-12-05T16:14:36Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Reverted edits by 221.130.201.249 (Talk); changed back to last version by Sryx&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We community would like to thank:&lt;br /&gt;
&lt;br /&gt;
Vlad R. of the [http://sourceforge.net/projects/vdmsound/ vdmsound project] for excellent sound blaster info.&lt;br /&gt;
Tatsuyuki Satoh of the [http://mamedev.org/ Mame] Team for making an excellent FM emulator.&lt;br /&gt;
Jarek Burczynski for the new OPL emulator.&lt;br /&gt;
&lt;br /&gt;
The [http://bochs.sourceforge.net/ Bochs] and [http://dosemu.sourceforge.net/ DOSemu] projects which I used for information.&lt;br /&gt;
[http://www.freedos.org/ FreeDOS] for ideas in making my shell.&lt;br /&gt;
&lt;br /&gt;
Pierre-Yves Gérardy for hosting the old Beta Board.&lt;br /&gt;
Colin Snover for hosting our [http://vogons.zetafleet.com/index.php?c=7 forum].&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/ Sourceforge] for hosting our homepage and other development tools.&lt;br /&gt;
Mirek Luza, for his moderation of the forums.&lt;br /&gt;
eL_Pusher, DosFreak and MiniMax for their moderation of VOGONS forum.&lt;br /&gt;
&lt;br /&gt;
crazyc and gulikoza for their work on the dynrec core.&lt;br /&gt;
&lt;br /&gt;
Jantien for the version management.&lt;br /&gt;
Shawn, Johannes and Marcus for creating the MAC OS X version.&lt;br /&gt;
Jochen for creating the OS/2 version.&lt;br /&gt;
Ido Beeri for the icon.&lt;br /&gt;
All the people who submitted a bug.&lt;br /&gt;
The Beta Testers.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:_Ecoquest:_The_Search_for_Cetus&amp;diff=1327</id>
		<title>GAMES: Ecoquest: The Search for Cetus</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:_Ecoquest:_The_Search_for_Cetus&amp;diff=1327"/>
		<updated>2008-08-06T16:13:19Z</updated>

		<summary type="html">&lt;p&gt;Sryx: GAMES: Ecoquest: The Search for Cetus moved to GAMES:Ecoquest: The Search for Cetus: Removed leading space in game title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[GAMES:Ecoquest: The Search for Cetus]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:EcoQuest:_The_Search_for_Cetus&amp;diff=1326</id>
		<title>GAMES:EcoQuest: The Search for Cetus</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:EcoQuest:_The_Search_for_Cetus&amp;diff=1326"/>
		<updated>2008-08-06T16:13:19Z</updated>

		<summary type="html">&lt;p&gt;Sryx: GAMES: Ecoquest: The Search for Cetus moved to GAMES:Ecoquest: The Search for Cetus: Removed leading space in game title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ecoquest: The Search for Cetus is an educational adventure game produced by Sierra Entertainment.  It is definitely kid-friendly and runs quite well on Dosbox; however, the voiceovers seen in the original CD-ROM release of the game seem to be absent.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1325</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1325"/>
		<updated>2008-08-06T16:12:48Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* E */  Added Ecoquest: The Search for Cetus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Ecoquest: The Search for Cetus|Ecoquest: The Search for Cetus]]&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny|Spear of Destiny]] - sequel to [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2|Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:The Last Express|The Last Express]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Privateer|Wing Commander: Privateer]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
* [[GAMES:X-COM: Terror from the Deep|X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: UFO Defense|X-COM: UFO Defense]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1324</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1324"/>
		<updated>2008-08-06T16:12:06Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* T */  Added link to The Last Express&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny|Spear of Destiny]] - sequel to [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2|Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:The Last Express|The Last Express]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Privateer|Wing Commander: Privateer]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
* [[GAMES:X-COM: Terror from the Deep|X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: UFO Defense|X-COM: UFO Defense]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1323</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1323"/>
		<updated>2008-08-06T16:11:12Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* W */  Added link to Wing Commander: Privateer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny|Spear of Destiny]] - sequel to [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2|Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Privateer|Wing Commander: Privateer]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
* [[GAMES:X-COM: Terror from the Deep|X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: UFO Defense|X-COM: UFO Defense]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Fallout&amp;diff=1322</id>
		<title>Fallout</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Fallout&amp;diff=1322"/>
		<updated>2008-08-06T16:08:24Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Fallout moved to GAMES:Fallout: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[GAMES:Fallout]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:Fallout&amp;diff=1321</id>
		<title>GAMES:Fallout</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:Fallout&amp;diff=1321"/>
		<updated>2008-08-06T16:08:24Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Fallout moved to GAMES:Fallout: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Working=&lt;br /&gt;
German version should work. &lt;br /&gt;
Others probably too? CHANGEME&lt;br /&gt;
=Sound=&lt;br /&gt;
Sound problems can be solved by deactivating the Gravis Ultrasound emulation and then using the auto-detection to locate the soundblaster.&lt;br /&gt;
&lt;br /&gt;
gus=false&lt;br /&gt;
=Stability=&lt;br /&gt;
To make the game more stable (and to get rid of a save-at-map-end bug) you can try to increase the amount of memory.&lt;br /&gt;
&lt;br /&gt;
memsize=128 #for example&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:X-COM:_UFO_Defense&amp;diff=1320</id>
		<title>GAMES:X-COM: UFO Defense</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:X-COM:_UFO_Defense&amp;diff=1320"/>
		<updated>2008-08-06T16:07:06Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Fixed spelling mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=UFO: Enemy Unknown / X-COM: UFO Defense&lt;br /&gt;
|image=[[Image:Intro_000.png|Title Image]]&lt;br /&gt;
|caption=The title screen for UFO: Enemy Unknown&lt;br /&gt;
|developer=Mythos Games&lt;br /&gt;
|publisher=Microprose&lt;br /&gt;
|released=1993&lt;br /&gt;
|version=[[Version0.71|0.71]]&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|installer='''INSTALL.EXE'''&lt;br /&gt;
|executable='''UFO.BAT'''}}&lt;br /&gt;
==How to Setup==&lt;br /&gt;
Note that this game is very popular, thus there are various version of the program for DOS, and even a special collectors edition for Windows. This guide describes the CD-ROM version of this game only. When the disk versions are tracked down, more information will be added.&lt;br /&gt;
&lt;br /&gt;
===CD-ROM Version===&lt;br /&gt;
You will need to mount the CD for installation and also every time the game is played. Run ''INSTALL.EXE'' found on the CD and they will install by default to ''C:\MPS\UFO''. Make sure you mount the CD back to the same drive letter you installed it to, or else it will complain about a missing CD. Alternatively, you may want to edit the BAT files yourselves if you decide to give it a letter change. Just search for the drive letter you installed from and change it to the letter that you will mount it to.&lt;br /&gt;
&lt;br /&gt;
The affected files will be (assuming that you installed it to the default path) ''C:\MPS\UFO.BAT'' and ''C:\MPS\UFO\UFO.BAT''.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:X-COM:_UFO_Defense&amp;diff=1319</id>
		<title>GAMES:X-COM: UFO Defense</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:X-COM:_UFO_Defense&amp;diff=1319"/>
		<updated>2008-08-06T16:06:20Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Split one article ito two title specific articles.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=UFO: Enemy Unknown / X-COM: UFO Defence&lt;br /&gt;
|image=[[Image:Intro_000.png|Title Image]]&lt;br /&gt;
|caption=The title screen for UFO: Enemy Unknown&lt;br /&gt;
|developer=Mythos Games&lt;br /&gt;
|publisher=Microprose&lt;br /&gt;
|released=1993&lt;br /&gt;
|version=[[Version0.71|0.71]]&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|installer='''INSTALL.EXE'''&lt;br /&gt;
|executable='''UFO.BAT'''}}&lt;br /&gt;
==How to Setup==&lt;br /&gt;
Note that this game is very popular, thus there are various version of the program for DOS, and even a special collectors edition for Windows. This guide describes the CD-ROM version of this game only. When the disk versions are tracked down, more information will be added.&lt;br /&gt;
&lt;br /&gt;
===CD-ROM Version===&lt;br /&gt;
You will need to mount the CD for installation and also every time the game is played. Run ''INSTALL.EXE'' found on the CD and they will install by default to ''C:\MPS\UFO''. Make sure you mount the CD back to the same drive letter you installed it to, or else it will complain about a missing CD. Alternatively, you may want to edit the BAT files yourselves if you decide to give it a letter change. Just search for the drive letter you installed from and change it to the letter that you will mount it to.&lt;br /&gt;
&lt;br /&gt;
The affected files will be (assuming that you installed it to the default path) ''C:\MPS\UFO.BAT'' and ''C:\MPS\UFO\UFO.BAT''.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:X-COM:_Terror_from_the_Deep&amp;diff=1318</id>
		<title>GAMES:X-COM: Terror from the Deep</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:X-COM:_Terror_from_the_Deep&amp;diff=1318"/>
		<updated>2008-08-06T16:04:13Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Split article into two title specific articles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=X-COM: Terror from the Deep&lt;br /&gt;
|image=[[Image:Geoscape_000.png|Movie Screenshot]]&lt;br /&gt;
|caption=Screenshot of intro movie to XCOM: Terror from the Deep&lt;br /&gt;
|developer=Mythos Games&lt;br /&gt;
|publisher=Microprose&lt;br /&gt;
|released=1995&lt;br /&gt;
|version=[[Version0.71|0.71]]&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|installer='''INSTALL.EXE'''&lt;br /&gt;
|executable='''TERROR.BAT'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==How to Setup==&lt;br /&gt;
Note that this game is very popular, thus there are various version of the program for DOS, and even a special collectors edition for Windows. This guide describes the CD-ROM version of this game only. When the disk versions are tracked down, more information will be added.&lt;br /&gt;
&lt;br /&gt;
===CD-ROM Version===&lt;br /&gt;
You will need to mount the CD for installation and also every time the game is played. Run ''INSTALL.EXE'' found on the CD and they will install by default to ''C:\MPS\TFTD''. Make sure you mount the CD back to the same drive letter you installed it to, or else it will complain about a missing CD. Alternatively, you may want to edit the BAT files yourselves if you decide to give it a letter change. Just search for the drive letter you installed from and change it to the letter that you will mount it to.&lt;br /&gt;
&lt;br /&gt;
The affected files will be (assuming that you installed it to the default path) ''C:\MPS\TERROR.BAT'' and ''C:\MPS\TFTD\TERROR.BAT''.&lt;br /&gt;
&lt;br /&gt;
===Playing Terror from the Deep without the CD-ROM===&lt;br /&gt;
On the root directory of the X-COM: Terror from the Deep CD, there is a directory \HARDDISK. Executing the installation file there will install the game so that it does not require the CD to play, however the instead of an introductory and game-end video it will be a slideshow instead.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1317</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1317"/>
		<updated>2008-08-06T16:01:18Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny|Spear of Destiny]] - sequel to [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2|Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
* [[GAMES:X-COM: Terror from the Deep|X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: UFO Defense|X-COM: UFO Defense]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:Indiana_Jones_and_the_Fate_of_Atlantis&amp;diff=1316</id>
		<title>GAMES:Indiana Jones and the Fate of Atlantis</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:Indiana_Jones_and_the_Fate_of_Atlantis&amp;diff=1316"/>
		<updated>2008-08-06T15:57:14Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Cleaned up formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=Indiana Jones and the Fate of Atlantis&lt;br /&gt;
|publisher=LUCASARTS&lt;br /&gt;
|version=[[Version0.72|0.72]]}}&lt;br /&gt;
&lt;br /&gt;
== '''INDIANA JONES and the FATE OF ATLANTIS''' ==&lt;br /&gt;
&lt;br /&gt;
A graphic adventure by Hal Barwood (Lucas Arts).  This game works fine under DOSBox.&lt;br /&gt;
&lt;br /&gt;
== Making it work ==&lt;br /&gt;
Create a directory on your hard drive to copy the CD to, eg...&lt;br /&gt;
&lt;br /&gt;
 D:\OLDGAMES\DISKS\ATLANTIS&lt;br /&gt;
&lt;br /&gt;
then copy all the files from the CD into this folder.&lt;br /&gt;
&lt;br /&gt;
Then create another folder which the game will use as its working folder when installed, eg...&lt;br /&gt;
&lt;br /&gt;
 D:\OLDGAMES\INSTALL\ATLANTIS&lt;br /&gt;
&lt;br /&gt;
Then run DOSBox, and mount the appropriate drives and install the game...&lt;br /&gt;
&lt;br /&gt;
 Z:\&amp;gt;MOUNT C D:\OLDGAMES\INSTALL\ATLANTIS&lt;br /&gt;
 Z:\&amp;gt;MOUNT D D:\OLDGAMES\DISKS\ATLANTIS&lt;br /&gt;
 Z:\&amp;gt;D:&lt;br /&gt;
 D:\&amp;gt;ATLANTIS&lt;br /&gt;
&lt;br /&gt;
Go through the setup and set up SoundBlaster card accepting default settings. Then run the game. If you prefer full screen, use &amp;lt;Alt&amp;gt;&amp;lt;Enter&amp;gt; to toggle.&lt;br /&gt;
&lt;br /&gt;
Cool game!&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:Quake&amp;diff=1315</id>
		<title>GAMES:Quake</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:Quake&amp;diff=1315"/>
		<updated>2008-08-06T15:55:21Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* Known problems */  Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Known problems ==&lt;br /&gt;
&lt;br /&gt;
DOSBox is emulating more than one sound card, so Quake chooses one: GravisUltraSound (GUS).  Unfortunately it seems that this emulated device doesn't work with Quake (in DOSBox 0.72). So if you don't hear any sound simply deactivate GUS and Quake will choose another sound card. To do so either set it in the dosbox.conf to 'false' or type 'config -set &amp;quot;gus gus=false&amp;quot;' on the prompt.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Quake&amp;diff=1314</id>
		<title>Quake</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Quake&amp;diff=1314"/>
		<updated>2008-08-06T15:54:06Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Quake moved to GAMES:Quake: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[GAMES:Quake]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:Quake&amp;diff=1313</id>
		<title>GAMES:Quake</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:Quake&amp;diff=1313"/>
		<updated>2008-08-06T15:54:06Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Quake moved to GAMES:Quake: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Known problems ==&lt;br /&gt;
&lt;br /&gt;
DosBox is emulating more than one Soundcard, so Quake chooses one: GravisUltraSound (GUS)&lt;br /&gt;
Unfortunately it seems that this emulatet device doesn't work with Quake (in DosBox 0.72).&lt;br /&gt;
So if you don't hear any sound simply deactivate GUS and Quake will choose another Soundcard.&lt;br /&gt;
To do so either set it in the dosbox.conf to 'false' or type 'config -set &amp;quot;gus gus=false&amp;quot;' on the prompt.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Eye_of_the_Beholder_II&amp;diff=1312</id>
		<title>Eye of the Beholder II</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Eye_of_the_Beholder_II&amp;diff=1312"/>
		<updated>2008-08-06T15:53:09Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Eye of the Beholder II moved to GAMES:Eye of the Beholder II: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[GAMES:Eye of the Beholder II]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:Eye_of_the_Beholder_II&amp;diff=1311</id>
		<title>GAMES:Eye of the Beholder II</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:Eye_of_the_Beholder_II&amp;diff=1311"/>
		<updated>2008-08-06T15:53:09Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Eye of the Beholder II moved to GAMES:Eye of the Beholder II: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Works fine with default settings&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Alone_in_the_Dark&amp;diff=1310</id>
		<title>Alone in the Dark</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Alone_in_the_Dark&amp;diff=1310"/>
		<updated>2008-08-06T15:52:31Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Alone in the Dark moved to GAMES:Alone in the Dark: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[GAMES:Alone in the Dark]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:Alone_in_the_Dark&amp;diff=1309</id>
		<title>GAMES:Alone in the Dark</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:Alone_in_the_Dark&amp;diff=1309"/>
		<updated>2008-08-06T15:52:31Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Alone in the Dark moved to GAMES:Alone in the Dark: Renamed to common game link format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One the first survival horrors, made by Inforgames.&amp;lt;br&amp;gt;&lt;br /&gt;
It runs perfectly under DOSBox.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1308</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1308"/>
		<updated>2008-08-06T15:51:21Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* X */  Fixed spelling mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny|Spear of Destiny]] - sequel to [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2|Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defense, X-COM: Terror from the Deep|X-COM: UFO Defense, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1307</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1307"/>
		<updated>2008-08-06T15:49:46Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* S */  Fixed links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny|Spear of Destiny]] - sequel to [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2|Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1306</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1306"/>
		<updated>2008-08-06T15:46:33Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* R */  Fixed order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1305</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1305"/>
		<updated>2008-08-06T15:45:48Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* Q */  Fixed link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1304</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1304"/>
		<updated>2008-08-06T15:44:36Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* P */  Fixed order and links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[GAMES:Panzer General|Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[GAMES:Pinball Dreams I|Pinball Dreams I]]&lt;br /&gt;
* [[GAMES:Pinball Dreams II|Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1303</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1303"/>
		<updated>2008-08-06T15:40:01Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* N */  Fixed order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1302</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1302"/>
		<updated>2008-08-06T15:39:35Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* M */  Fixed order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1301</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1301"/>
		<updated>2008-08-06T15:38:57Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* L */  Added link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* [[GAMES:Lost in Time|Lost in Time]] by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1300</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1300"/>
		<updated>2008-08-06T15:37:36Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* J */  Fixed links and order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jack Nicklaus Unlimited Golf|Jack Nicklaus Unlimited Golf &amp;amp; Course Design]] add-on courses: [[GAMES:Jack Nicklaus Unlimited Golf Medinah Course|Medinah]], [[GAMES:Jack Nicklaus Unlimited Golf Shoals &amp;amp; St Andrews Courses|Shoals &amp;amp; St Andrews]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]-Quite Buggy (not here)&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* Lost in Time  Interactive game by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1299</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1299"/>
		<updated>2008-08-06T15:34:52Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* G */  Fixed order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
* Jack Nicklaus Unlimited Golf &amp;amp; Course Design by Accolade//also add-on courses Floppy: Medinah, Shoals &amp;amp; St Andrews&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]-Quite Buggy (not here)&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* Lost in Time  Interactive game by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1298</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1298"/>
		<updated>2008-08-06T15:34:27Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* F */  Fixed links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[GAMES:Fallout|Fallout]]&lt;br /&gt;
* [[GAMES:Fantasy Empire|Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Fragile Allegiance|Fragile Allegiance]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[GAMES:Front Page Football Pro 96|Front Page Football Pro 96]] - Sierra (1995)&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
* Jack Nicklaus Unlimited Golf &amp;amp; Course Design by Accolade//also add-on courses Floppy: Medinah, Shoals &amp;amp; St Andrews&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]-Quite Buggy (not here)&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* Lost in Time  Interactive game by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1297</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1297"/>
		<updated>2008-08-06T15:33:56Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* E */  Fixed links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder|Eye of the Beholder]]&lt;br /&gt;
* [[GAMES:Eye of the Beholder II|Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[Fallout]]&lt;br /&gt;
* [[Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[Fragile Allegiance]]&lt;br /&gt;
* [[Front Page Football Pro 96 - Sierra (1995)]]&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
* Jack Nicklaus Unlimited Golf &amp;amp; Course Design by Accolade//also add-on courses Floppy: Medinah, Shoals &amp;amp; St Andrews&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]-Quite Buggy (not here)&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* Lost in Time  Interactive game by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1296</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=1296"/>
		<updated>2008-08-06T15:32:12Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* A */  Fixed order and link names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]]. If you want a quick list of what works and what does not go to the [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List].&lt;br /&gt;
&lt;br /&gt;
== 0...9 ==&lt;br /&gt;
* [[GAMES:4D Sports Boxing|4D Sports Boxing]]&lt;br /&gt;
* [[GAMES:4x4 Off-Road Racing|4x4 Off-Road Racing]]&lt;br /&gt;
* [[GAMES:688 Attack Sub|688 Attack Sub]]&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Alone in the Dark|Alone in the Dark]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 2|Alone in the Dark 2]]&lt;br /&gt;
* [[GAMES:Alone in the Dark 3|Alone in the Dark 3]]&lt;br /&gt;
* [[GAMES:Arachne (Web Browser)|Arachne]]&lt;br /&gt;
* [[GAMES:Archimedean Dynasty|Archimedean Dynasty]]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
* [[GAMES:Beneath a Steel Sky|Beneath a Steel Sky]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Big Top|Big Top]]&lt;br /&gt;
* [[GAMES:Blackthorne|Blackthorne]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Blood|Blood]]&lt;br /&gt;
* [[GAMES:Boulder Dash|Boulder Dash]]&lt;br /&gt;
* [[GAMES:Boulder Dash II|Boulder Dash II]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Brix|Brix]]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* [[GAMES:Captain Comic|Captain Comic]]&lt;br /&gt;
* [[GAMES:Captain Comic II|Captain Comic II]]&lt;br /&gt;
* [[GAMES:Capture the Flag|Capture the Flag]]&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Carmaggedon|Carmaggedon]]&lt;br /&gt;
* [[GAMES:Castle of Dr. Brain|Castle of Dr. Brain]]&lt;br /&gt;
* [[GAMES:Castles II|Castles II]]&lt;br /&gt;
* [[GAMES:Chuck Yeager's Air Combat|Chuck Yeager's Air Combat]]&lt;br /&gt;
* [[GAMES:Civilization|Civilization]]&lt;br /&gt;
* [[GAMES:Comanche Maximum Overkill|Comanche Maximum Overkill]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3 ½|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens ate my Babysitter!]]&lt;br /&gt;
* [[GAMES:Companions of Xanth|Companions of Xanth]]&lt;br /&gt;
* [[GAMES:Countdown|Countdown]]&lt;br /&gt;
* [[GAMES:Creature Shock|Creature Shock]]&lt;br /&gt;
* [[GAMES:Crusader: No Remorse|Crusader: No Remorse]]&lt;br /&gt;
* [[GAMES:Crusader: No Regret|Crusader: No Regret]]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* [[GAMES:Dark Sun|Dark Sun]]&lt;br /&gt;
* [[GAMES:Day of the Tentacle|Day of the Tentacle]]&lt;br /&gt;
* [[GAMES:Death Rally|Death Rally]]&lt;br /&gt;
* [[GAMES:Descent|Descent]]&lt;br /&gt;
* [[GAMES:Detroit|Detroit]]&lt;br /&gt;
* [[GAMES:Discworld I|Discworld I]]&lt;br /&gt;
* [[GAMES:Discworld II|Discworld II]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Doom 2|Doom 2]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Dune|Dune]]&lt;br /&gt;
* [[GAMES:Dune 2|Dune II]]&lt;br /&gt;
* [[GAMES:Dungeon Hack|Dungeon Hack]]&lt;br /&gt;
* [[GAMES:Dungeon Keeper|Dungeon Keeper]]&lt;br /&gt;
* [[GAMES:Chasm the Rift|Chasm the Rift]]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[GAMES:Epic Pinball|Epic Pinball]]&lt;br /&gt;
* [[Eye of the Beholder]]&lt;br /&gt;
* [[Eye of the Beholder II]]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* [[Fallout]]&lt;br /&gt;
* [[Fantasy Empire]]&lt;br /&gt;
* [[GAMES:Frontier: Elite 2|Frontier: Elite 2]]&lt;br /&gt;
* [[Fragile Allegiance]]&lt;br /&gt;
* [[Front Page Football Pro 96 - Sierra (1995)]]&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:Gabriel Knight: Sins of the Fathers|Gabriel Knight: Sins of the Fathers]]&lt;br /&gt;
* [[GAMES:Gunship 2000|Gunship 2000]]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* [[GAMES:Hammer of the Gods|Hammer of the Gods]]&lt;br /&gt;
* [[GAMES:Heartlight|Heartlight]]&lt;br /&gt;
* [[GAMES:Hero's Quest|Hero's Quest]]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:I Have No Mouth, and I Must Scream|I Have No Mouth, and I Must Scream]]&lt;br /&gt;
* [[GAMES:Indiana Jones and the Fate of Atlantis|Indiana Jones and the Fate of Atlantis]]&lt;br /&gt;
* [[GAMES:Isle Of The Dead|Isle Of The Dead]]&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:Jetpack|Jetpack]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 1|Jill of the Jungle]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 2: Jill Goes Underground|Jill of the Jungle 2: Jill Goes Underground]]&lt;br /&gt;
* [[GAMES:Jill of the Jungle 3: Jill Saves The Prince|Jill of the Jungle 3: Jill Saves The Prince]]&lt;br /&gt;
* [[GAMES:Jones in the Fast Lane|Jones in the Fast Lane]]&lt;br /&gt;
* Jack Nicklaus Unlimited Golf &amp;amp; Course Design by Accolade//also add-on courses Floppy: Medinah, Shoals &amp;amp; St Andrews&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Krush, Kill, N Destroy(KKND)|Krush, Kill, N Destroy (KKND)]]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* [[GAMES:Lands of Lore|Lands of Lore]]&lt;br /&gt;
* [[GAMES:Lemmings|Lemmings]]&lt;br /&gt;
* [[GAMES:Lighthouse: the dark being|Lighthouse: the dark being]]&lt;br /&gt;
* [[GAMES:Lion King|Lion King]]-Quite Buggy (not here)&lt;br /&gt;
* [[GAMES:Little Big Adventure: Twinsen's Adventure|Little Big Adventure: Twinsen's Adventure]]&lt;br /&gt;
* [[GAMES:Little Big Adventure 2: Twinsen's Odyssey|Little Big Adventure 2: Twinsen's Odyssey]]&lt;br /&gt;
* Lost in Time  Interactive game by Coktel Vision (Sierra Family)&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
* [[GAMES:Master of Orion II|Master of Orion II]]&lt;br /&gt;
* [[GAMES:MDK|MDK]]&lt;br /&gt;
* [[GAMES:Might and Magic: Book I|Might and Magic 1]]&lt;br /&gt;
* [[GAMES:Might and Magic II: Gates to Another World|Might and Magic II]]&lt;br /&gt;
* [[GAMES:Might and Magic IV|Might and Magic IV: Clouds of Xeen]]&lt;br /&gt;
* [[GAMES:Might and Magic V|Might and Magic V: Darkside of Xeen]]&lt;br /&gt;
* [[GAMES:Mine Bombers|Mine Bombers]]&lt;br /&gt;
* [[GAMES:Mario Teaches Typing|Mario Teaches Typing]]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* [[GAMES:Nuclear War|Nuclear War]]&lt;br /&gt;
* [[GAMES:Normality|Normality]]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* [[Panzer General]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:Phantasmagoria: A Puzzle of Flesh|Phantasmagoria: A Puzzle of Flesh]]&lt;br /&gt;
* [[Pinball Dreams I]]&lt;br /&gt;
* [[Pinball Dreams II]]&lt;br /&gt;
* [[GAMES:Pinball Fantasies|Pinball Fantasies]]&lt;br /&gt;
* [[GAMES:Prince of Persia|Prince of Persia]]&lt;br /&gt;
* [[GAMES:Princess Maker 2|Princess Maker 2]] (Works)&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[Quake|Quake]]&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[GAMES:Raptor|Raptor]]&lt;br /&gt;
* [[GAMES:Rayman|Rayman]]&lt;br /&gt;
* [[GAMES:Rayman Designer|Rayman Designer]]&lt;br /&gt;
* [[GAMES:Rayman Gold|Rayman Gold]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Redneck Rampage|Redneck Rampage]]&lt;br /&gt;
* [[GAMES:Red Storm Rising|Red Storm Rising (MicroProse)]]&lt;br /&gt;
* [[GAMES:Robin Hood: Conquests of the Longbow|Robin Hood: Conquests of the Longbow]]&lt;br /&gt;
* [[GAMES:Rollin|Rollin]]&lt;br /&gt;
* [[GAMES:Return To Zork|Return To Zork]]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Scorched Earth|Scorched Earth]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:Settlers II|Settlers II]]&lt;br /&gt;
* [[GAMES:Shannara|Shannara]]&lt;br /&gt;
* [[GAMES:Silverball|Silverball]]&lt;br /&gt;
* [[GAMES:SimCity|SimCity]]&lt;br /&gt;
* [[GAMES:SimCity 2000|SimCity 2000]]&lt;br /&gt;
* [[GAMES:SkyRoads|SkyRoads]]&lt;br /&gt;
* [[GAMES:Slam Tilt|Slam Tilt]]&lt;br /&gt;
* [[GAMES:Spear of Destiny]]&lt;br /&gt;
* [[GAMES:Spellcasting 101|Spellcasting 101 - Sorcerers get all the Girls]]&lt;br /&gt;
* [[GAMES:Spurgux|Spurgux]]&lt;br /&gt;
* [[GAMES:Spycraft|Spycraft - The Great Game]]&lt;br /&gt;
* [[GAMES:Star Control 2]]&lt;br /&gt;
* [[GAMES:StarTrek25|Star Trek: 25th Anniversary]]&lt;br /&gt;
* [[GAMES:Star Wars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Stonekeep|Stonekeep]]&lt;br /&gt;
* [[GAMES:Streetrod|Streetrod]]&lt;br /&gt;
* [[GAMES:Streetrod II|Streetrod II]]&lt;br /&gt;
* [[GAMES:Styx|Styx]] (Requires machine=cga in dosbox.conf)&lt;br /&gt;
* [[GAMES:Supaplex |Supaplex]]&lt;br /&gt;
* [[GAMES:Supercars|Supercars International]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive II|Test Drive II]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Theme Hospital|Theme Hospital]]&lt;br /&gt;
* [[GAMES:The Need for Speed|The Need for Speed 1 (Road and Track Presents)]]&lt;br /&gt;
* [[GAMES:Tomb_Raider|Tomb Raider]]&lt;br /&gt;
* [[GAMES:Top Hat Willy|THW/Top Hat Willy]]&lt;br /&gt;
* [[GAMES:Tyrian|Tyrian]]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
* [[GAMES:Ultima Underworld 1|Ultima Underworld: The Stygian Abyss]]&lt;br /&gt;
* [[GAMES:Ultima Underworld 2|Ultima Underworld 2: Labyrinth of Worlds]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[GAMES:Warcraft II|Warcraft II]]&lt;br /&gt;
* [[GAMES:Warlords 2 Deluxe|Warlords 2 Deluxe]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Whiplash|Whiplash]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
* [[GAMES:X-COM: UFO Defence, X-COM: Terror from the Deep|X-COM: UFO Defence, X-COM: Terror from the Deep]]&lt;br /&gt;
* [[GAMES:X-COM: Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
* [[GAMES:ZZT|ZZT]]&lt;br /&gt;
* [[GAMES:Z|Z]]&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:VRStudio&amp;diff=1294</id>
		<title>GAMES:VRStudio</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:VRStudio&amp;diff=1294"/>
		<updated>2008-08-06T14:56:14Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Cleaned p formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=Virtual Reality Studio&lt;br /&gt;
|image=[[Image:Game-VR-Studio-Title.png]]&lt;br /&gt;
|caption=The title screen for Virtual Reality Studio&lt;br /&gt;
|developer=Incentive Software&lt;br /&gt;
|publisher=Domark&lt;br /&gt;
|released=1991&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''STUDIO.EXE'''}}&lt;br /&gt;
&lt;br /&gt;
== Making it work ==&lt;br /&gt;
The setup information of Virtual Reality Studio is never actually saved, so every time the program is started you need to reconfigure it.  This is done by selecting the kind of Display adapter, Input device and Sound Device from 3 separate menus.  While all options on each menu are compatible with DOSBox, the best combination is&lt;br /&gt;
&lt;br /&gt;
 Display: 3. MCGA/VGA 256 Color&lt;br /&gt;
 Input: 1. Serial mouse&lt;br /&gt;
 Audio: 3. ADLIB sounds&lt;br /&gt;
&lt;br /&gt;
Which can be easily entered by hitting &lt;br /&gt;
 3 1 3&lt;br /&gt;
&lt;br /&gt;
Once configured you will be presented with a blank Virtual World from which create your masterpiece.  Multiple worlds can be linked together to create rich environments, and a BASIC like scripting language is available to create interactive environments.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=User_talk:Clrwateraqua&amp;diff=1274</id>
		<title>User talk:Clrwateraqua</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=User_talk:Clrwateraqua&amp;diff=1274"/>
		<updated>2008-08-01T05:09:13Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Welcome to DOSBox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi I am trying to run wolfenstien 3d on windows xp with DOSBox... I have no clue how to get it to work, could anyone give me step by step instructions on how to get it to work. I have wolfenstien 3d downloaded and unzipped, but no clue how to install/run it.. If you have the time and knowledge please let me know how to get it to work... I love that game..&lt;br /&gt;
&lt;br /&gt;
== Welcome to DOSBox ==&lt;br /&gt;
&lt;br /&gt;
There is rather exhaustive step by step guide to making your first game in DOSBox work called [[Basic_Setup_and_Installation_of_DosBox]].  Is there something about [[GAMES:Wolfenstein_3D|Wolfenstein 3D]] or the guide that is confusing?  I'd be glad to help.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=DOSBox_and_Mac_OS_X&amp;diff=1256</id>
		<title>DOSBox and Mac OS X</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=DOSBox_and_Mac_OS_X&amp;diff=1256"/>
		<updated>2008-07-28T02:10:48Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* Running DOSBox for the first time */  Fixed formatting to bold the typed command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For long time users of the Apple Macintosh, the DOS environment might appear confusing at first.  It helps to have experience with the '''&amp;lt;tt&amp;gt;System Terminal&amp;lt;/tt&amp;gt;''' and the Command Line.  Once set up however a simple shortcut will be all you need.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
This guide will use the [[Version0.72|0.72]] Mac OSX version which is available for [http://www.dosbox.com/download.php?main=1 download].  The [[Version0.72|0.72]] release is compiled as a Universal Binary, and will run on PowerPC and Intel based Macs.  To install DOSBox first expand the [[ZIP Files|.ZIP]] file and copy the contents into a folder like '''&amp;lt;tt&amp;gt;DOSBox&amp;lt;/tt&amp;gt;'''.  Move this folder into your '''&amp;lt;tt&amp;gt;Applications&amp;lt;/tt&amp;gt;''' folder.&lt;br /&gt;
&lt;br /&gt;
Now you need to create a folder to [[MOUNT]] as your [[CDrive|C: drive]] and hold your [[GAMES|games]].  The most convenient location for this folder would be your home folder (which can be referenced as '''&amp;lt;tt&amp;gt;~&amp;lt;/tt&amp;gt;''').  In This example we will call our folder '''&amp;lt;tt&amp;gt;DOSGAMES&amp;lt;/tt&amp;gt;'''.  Inside this folder we can place all of the programs that we want to be available in our emulated DOS environment.  Remember that while these files are buried deep in the file system with paths like '''&amp;lt;tt&amp;gt;~/DOSGAMES/TESTDRV&amp;lt;/tt&amp;gt;''', inside DOSBox they appear as though they reside in the root of their mounted drive letter, so the above example in DOSBox would be located at '''&amp;lt;tt&amp;gt;C:\TESTDRV&amp;lt;/tt&amp;gt;''' (assuming that '''&amp;lt;tt&amp;gt;~/DOSGAMES&amp;lt;/tt&amp;gt;''' was mounted as [[CDrive|C:]]).&lt;br /&gt;
&lt;br /&gt;
== Running DOSBox for the first time ==&lt;br /&gt;
Double click on the DOSBox icon in Finder to launch DOSBox for the first time.  This will cause the DOSBox window to appear.  By default no drives are mounted (except the DOSBox default [[ZDrive|Z:]])  From here you need to mount your '''&amp;lt;tt&amp;gt;DOSGAMES&amp;lt;/tt&amp;gt;''' folder.  Assuming you placed it inside your home folder you should be able to run this command to [[MOUNT]] the folder.&lt;br /&gt;
&lt;br /&gt;
 Z:\&amp;gt;'''MOUNT C ~/DOSGAMES'''&lt;br /&gt;
 Drive C is mounted as local directory /Users/[your username]/DOSGAMES/&lt;br /&gt;
&lt;br /&gt;
Now type this command to navigate to your newly mounted drive&lt;br /&gt;
&lt;br /&gt;
 Z:\&amp;gt;'''C:'''&lt;br /&gt;
 C:\&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=User_talk:Hb&amp;diff=977</id>
		<title>User talk:Hb</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=User_talk:Hb&amp;diff=977"/>
		<updated>2008-06-23T05:08:29Z</updated>

		<summary type="html">&lt;p&gt;Sryx: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey Hb,&lt;br /&gt;
Ok I added an id field like you suggested to the InfoBox template.  Just define it and the Compatibility DB link will point to the correct record, if left undefined the link will just take the user to the list.  I would like to use the Wikipedia style conditional statements (like if defined, then print...) but after some research QBix found that it would require a certain add on or patch to the base Wiki software.  I think works quite well, good idea!&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=User_talk:Hb&amp;diff=976</id>
		<title>User talk:Hb</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=User_talk:Hb&amp;diff=976"/>
		<updated>2008-06-23T05:08:11Z</updated>

		<summary type="html">&lt;p&gt;Sryx: New page: Hey Hb,  Ok I added a id field like you suggested to the InfoBox template.  Just define it and the Compatibility DB link will point to the correct record, if left undefined the link will j...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey Hb,&lt;br /&gt;
 Ok I added a id field like you suggested to the InfoBox template.  Just define it and the Compatibility DB link will point to the correct record, if left undefined the link will just take the user to the list.  I would like to use the Wikipedia style conditional statements (like if defined, then print...) but after some research QBix found that it would require a certain add on or patch to the base Wiki software.  I think works quite well, good idea!&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES:SimCity&amp;diff=975</id>
		<title>GAMES:SimCity</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES:SimCity&amp;diff=975"/>
		<updated>2008-06-23T04:53:31Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Added the id value for this game&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Game&lt;br /&gt;
|title=SimCity&lt;br /&gt;
|image=&lt;br /&gt;
|caption=&lt;br /&gt;
|developer=Maxis&lt;br /&gt;
|publisher=Maxis&lt;br /&gt;
|released=1989&lt;br /&gt;
|version=[[Version0.72|0.72]]&lt;br /&gt;
|id=146&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''SIMCITY.EXE'''&lt;br /&gt;
|installer='''INSTALL.EXE'''&lt;br /&gt;
|setup=}}&lt;br /&gt;
'''SimCity''' was the first in the series of city-building games from Maxis.&lt;br /&gt;
&lt;br /&gt;
== Tested ==&lt;br /&gt;
*22 June 2008 by [[User:Hb|HB]]: &lt;br /&gt;
:Tested on Fedora 9, with repository RPM: dosbox.i386 0.72-4.fc9. &lt;br /&gt;
:Sound mouse work fine.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Template:Infobox_Game&amp;diff=974</id>
		<title>Template:Infobox Game</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Template:Infobox_Game&amp;diff=974"/>
		<updated>2008-06-23T04:51:57Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Added an id field (as per HB's suggestion) that makes a link to the compatibility list (defautls to the safe '0' if none is defined)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;infobox bordered vevent&amp;quot; style=&amp;quot;float: {{{align|right}}}; font-size: 90%; text-align: left;&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-size:110%; text-align: center; background-color: #ccccff;&amp;quot; class=&amp;quot;summary&amp;quot; | ''{{{title|{{PAGENAME}}}}}''&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | {{{image|}}}&amp;lt;div&amp;gt;{{{caption|}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff; width: 70px;&amp;quot; | Developer&lt;br /&gt;
| {{{developer|''Unknown''}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Publisher&lt;br /&gt;
| {{{publisher|''Unknown''}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Released&lt;br /&gt;
| {{{released|''Unknown''}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Status&lt;br /&gt;
| {{{status|''Unknown''}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Tested on&lt;br /&gt;
| {{{version|''Unknown''}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Links&lt;br /&gt;
| [http://www.dosbox.com/comp_list.php?showID={{{id|0}}} Compatibility List]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | &amp;lt;div&amp;gt;Commands&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Executable&lt;br /&gt;
| {{{executable|''Unknown''}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Installer&lt;br /&gt;
| {{{installer|''N/A''}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #ccccff;&amp;quot; | Setup&lt;br /&gt;
| {{{setup|''N/A''}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=User_talk:Sryx&amp;diff=956</id>
		<title>User talk:Sryx</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=User_talk:Sryx&amp;diff=956"/>
		<updated>2008-06-19T14:41:34Z</updated>

		<summary type="html">&lt;p&gt;Sryx: Hey Hb&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Sryx,&lt;br /&gt;
&lt;br /&gt;
I hope this gets through. I've started to go through some of my old DOS games, and thought it would be fun to update the list on your site, and also the game articles. &lt;br /&gt;
&lt;br /&gt;
On the top of the [[GAMES]] page, it says &amp;quot;Here is a list of every article for every game that is known to work or not work on DOSBox.&amp;quot;, however in your introduction the this Wiki you say: &amp;quot;A Game or Application that runs without any issues or needs no special configuration is not an ideal candidate for an article&amp;quot;. These two statements seems to be contradictory, and as a user of DOSBox and this wiki, an example of the minimum I would expect can be seen in my recently added article for [[GAMES:Descent]].&lt;br /&gt;
&lt;br /&gt;
What do you think? Would you rather not have the articles like seen in [[GAMES:Descent]], or is it ok?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Hb&lt;br /&gt;
&lt;br /&gt;
PS.&lt;br /&gt;
I just noticed the games database on the main site... (http://www.dosbox.com/comp_list.php?letter=a). So now the question becomes: Why should it even be duplicated on the wiki?&lt;br /&gt;
&lt;br /&gt;
== Hey Hb ==&lt;br /&gt;
&lt;br /&gt;
I've been noticing your updates (I track the RSS feed), and I'm impressed with how much you have done.  As for the compatibility database, I asked the same question back when the new Wiki first launched (or relaunched) the idea that I had (and I should say that there is no reason to believe that I have an official say in DOSBox or this Wiki) was to store notable articles on games that might be hard to get running (like King's Quest Games) or on games that come up a lot in the forum, so threads can be directed to a central repository of quick and easy information.&lt;br /&gt;
&lt;br /&gt;
The compatibility list serves a purpose, and I happen to think there would be a benefit to linking the two (it was something that I tried to set in motion with the &amp;quot;status&amp;quot; property in the game template, but it will take a lot of work on the compatibility database side).  I've noticed a trend for people to add games article links perhaps in hopes that someone else will fill in the information, this could be for man reasons.  The one I think is most likely is that people are sing the Wiki to request for game specific help rather than ask on the Forums.  I think this is a great development.  The Wiki is a much more elegant way to accomplish this, because a game can be added and not receive any attention for weeks (or months), but the moment some one else with experience or the patience to sort out what the original person was looking for, the request and the capacity to respond are conveniently organized.  If they resorted to the form, the might have to keep the thread alive until someone responded.&lt;br /&gt;
&lt;br /&gt;
But everyone is free to use or not use this Wiki as they see fit (it is after all a Wiki).  I've been much busier than I anticipated these last few months, and haven't contributed nearly as much as I would like to.  I'm working on a more detailed article on [[GAMES:VRStudio|VR Studio]] that will explain how to use the program.  I don't know if anyone else will care about that games, but for me it is one of the only reasons I use DOSBox (that and [[GAMES:Legends of Kyrandia|Legends of Kyrandia]].  I happen to think your work has been rather cool, and I hope you still find the motivation to contribute, this community is better for having people like you.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Building_DOSBox_with_MinGW&amp;diff=729</id>
		<title>Building DOSBox with MinGW</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Building_DOSBox_with_MinGW&amp;diff=729"/>
		<updated>2008-04-15T17:06:36Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* 5. Compiling DOSBox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Building your own version of DOSBox ==&lt;br /&gt;
&lt;br /&gt;
Why to do this?&amp;lt;br&amp;gt;&lt;br /&gt;
Because any resource-intensive program can benefit greatly from optimization for your exact processor.&amp;lt;br&amp;gt;&lt;br /&gt;
[[System_Requirements|System Requirements]] states that a P3 1Ghz can emulate a 3/486 - early dos games. I have compiled Dosbox and SDL myself for this processor, 1Ghz P3, and I can run games from 95/96 OK (Caesar 2, C&amp;amp;C: Red Alert).&lt;br /&gt;
So, if you have the skill, the performance increase is recommended.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1. Grab the source ===&lt;br /&gt;
&lt;br /&gt;
First, grab the latest version of the DOSBox source code. A fairly often updated CVS-Dump can be found at: http://dosbox.linuxsecured.net/dosboxcvs.tgz &lt;br /&gt;
&lt;br /&gt;
Download it and extract it to a separate directory.&lt;br /&gt;
&lt;br /&gt;
=== 2. SDL ===&lt;br /&gt;
&lt;br /&gt;
DOSBox uses SDL (Simple DirectMedia Layer) to access your graphics and sound hardware, so you'll need to download it as well. Grab the latest source at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/&lt;br /&gt;
&lt;br /&gt;
and extract to a separate directory.&lt;br /&gt;
&lt;br /&gt;
When working on Windows, you might want to save a lot of effort and just use the SDL (and optionally SDL_net) .DLL files included with the latest official DOSBox release, as compiling SDL with full options (e.g. DirectX support) is a bit involved. There are also pre-built .DLL files on the SDL web site (Runtime Libraries -&amp;gt; Win32) that you can try at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/download-1.2.php&lt;br /&gt;
&lt;br /&gt;
Note that as of 12 Dec 2004, ddraw (DirectDraw) rendering mode will not work in DOSBox unless you either use the SDL.dll included with the latest version of DOSBox, or build your own SDL.dll with the changes mentioned in the &amp;quot;Compiling SDL&amp;quot; section below.&lt;br /&gt;
&lt;br /&gt;
=== 3. Compiling environment ===&lt;br /&gt;
&lt;br /&gt;
When working on Windows, you'll most likely need a compiling environment. We suggest using the combination of MiniGW and MSYS, which can be found at&lt;br /&gt;
&lt;br /&gt;
: http://prdownloads.sf.net/mingw/&lt;br /&gt;
&lt;br /&gt;
You'll need to download both the latest MiniGW and MSYS. After downloading, install MiniGW and MSYS (in this order). The MSYS-Installer should ask for the installation directory of MiniGW, so you should pick the path where you installed it. After the installation, run the MSYS.BAT and you should see a unix-like command prompt. &lt;br /&gt;
&lt;br /&gt;
=== 4. Compiling SDL ===&lt;br /&gt;
&lt;br /&gt;
Navigate to the directory where you extracted the SDL-source (using unix commands) and type&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Some MinGW-specific info on compiling SDL under Windows is available at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/extras/win32/mingw32/README.txt&lt;br /&gt;
&lt;br /&gt;
If you are having trouble with a message like 'no acceptable ld found in $PATH' try 'export LD=/c/gxx-2.95.2/bin/ld.exe' (or wherever you have the exe; GCC 2.95 in this case).&lt;br /&gt;
&lt;br /&gt;
Also, if you have trouble getting ddraw (DirectDraw) working in DOSBox, see this post on the DOSBox forum for a possible fix:&lt;br /&gt;
&lt;br /&gt;
: http://vogons.zetafleet.com/viewtopic.php?p=48050&amp;amp;highlight=#48050&lt;br /&gt;
&lt;br /&gt;
==== 4b. SDL-net (optional) ====&lt;br /&gt;
&lt;br /&gt;
If you want to benefit from DOSBox's Modem-Emulation or IPX-Support, you'll also need the SDL-net library, which can be found at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/projects/SDL_net/&lt;br /&gt;
&lt;br /&gt;
Download, extract, and compile as you did with SDL.&lt;br /&gt;
&lt;br /&gt;
If you skipped building your own SDL.dll, you can use the one included with the latest official release of DOSBox or you can get a SDL_net win32 binary (.DLL) release on the SDL web site at the URL above.&lt;br /&gt;
&lt;br /&gt;
=== 5. Compiling DOSBox ===&lt;br /&gt;
&lt;br /&gt;
After compiling you'll need to adjust the PATH variable to point at the directory where the freshly built SDL-Library can be found.&lt;br /&gt;
&lt;br /&gt;
''Note: if you want to use SDL-net, do the same with that library.''&lt;br /&gt;
&lt;br /&gt;
Then, change to the directory where you extracted the DOSBox-Source and type&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
to compile DOSBox. If everything worked, you should have a &amp;lt;tt&amp;gt;DOSBOX.EXE&amp;lt;/tt&amp;gt; in the &amp;lt;tt&amp;gt;./src&amp;lt;/tt&amp;gt; - directory.&lt;br /&gt;
&lt;br /&gt;
=== 6. Running ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to run the new executable is to copy it (and your fresh &amp;lt;tt&amp;gt;SDL.dll&amp;lt;/tt&amp;gt; ''and maybe even the SDL_net.dll'') to the installation-directory of a non-CVS-version of DOSBox. That way, you have the needed directory structure and configuration files.&lt;br /&gt;
&lt;br /&gt;
=== Example for Building DosBOX 7.1 on OpenSUSE 10.2 Linux ===&lt;br /&gt;
&lt;br /&gt;
-Remove the existing DOSBox version if you have it.&lt;br /&gt;
&lt;br /&gt;
-Obtain and extract the DOSBox source code.&lt;br /&gt;
&lt;br /&gt;
-SUSE linux 10.2 already has SDL and alsa installed, but you need to install the SDL-devel package and alsa-devel package (for header files and libs).&lt;br /&gt;
&lt;br /&gt;
-Obtain the SDL_Sound src from http://icculus.org/SDL_sound/downloads.  Extract the source somewhere.&lt;br /&gt;
 Run configure --with-sdl-prefix=/usr/lib64 --with-sdl-exec-prefix=/usr&lt;br /&gt;
 make&lt;br /&gt;
 make install (need to be root)&lt;br /&gt;
&lt;br /&gt;
-OK, now you have everything you need to compile DOSBox.  cd to your DOSBox directory, then run this at the shell:&lt;br /&gt;
 export CPPFLAGS=&amp;quot;-I/usr/local/include/SDL&amp;quot;&lt;br /&gt;
 export LDFLAGS=&amp;quot;-L/usr/local/lib&amp;quot;&lt;br /&gt;
 configure --with-sdl-prefix=/usr/lib64 --with-sdl-exec-prefix=/usr --with-alsa-prefix=/usr/lib64&lt;br /&gt;
    --with-alsa-inc-prefix=/usr/include/alsa&lt;br /&gt;
 make&lt;br /&gt;
 make install (need to be root).&lt;br /&gt;
&lt;br /&gt;
-The reason for the shell variables is that it seemed to be the only way configure could find the files it needed.  There aren't any config options to find the SDL_sound library, and I tried giving it -libdir= and -includedir=, but that didn't work.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Building_DOSBox_with_MinGW&amp;diff=728</id>
		<title>Building DOSBox with MinGW</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Building_DOSBox_with_MinGW&amp;diff=728"/>
		<updated>2008-04-15T17:06:19Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* 4. Compiling SDL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Building your own version of DOSBox ==&lt;br /&gt;
&lt;br /&gt;
Why to do this?&amp;lt;br&amp;gt;&lt;br /&gt;
Because any resource-intensive program can benefit greatly from optimization for your exact processor.&amp;lt;br&amp;gt;&lt;br /&gt;
[[System_Requirements|System Requirements]] states that a P3 1Ghz can emulate a 3/486 - early dos games. I have compiled Dosbox and SDL myself for this processor, 1Ghz P3, and I can run games from 95/96 OK (Caesar 2, C&amp;amp;C: Red Alert).&lt;br /&gt;
So, if you have the skill, the performance increase is recommended.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1. Grab the source ===&lt;br /&gt;
&lt;br /&gt;
First, grab the latest version of the DOSBox source code. A fairly often updated CVS-Dump can be found at: http://dosbox.linuxsecured.net/dosboxcvs.tgz &lt;br /&gt;
&lt;br /&gt;
Download it and extract it to a separate directory.&lt;br /&gt;
&lt;br /&gt;
=== 2. SDL ===&lt;br /&gt;
&lt;br /&gt;
DOSBox uses SDL (Simple DirectMedia Layer) to access your graphics and sound hardware, so you'll need to download it as well. Grab the latest source at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/&lt;br /&gt;
&lt;br /&gt;
and extract to a separate directory.&lt;br /&gt;
&lt;br /&gt;
When working on Windows, you might want to save a lot of effort and just use the SDL (and optionally SDL_net) .DLL files included with the latest official DOSBox release, as compiling SDL with full options (e.g. DirectX support) is a bit involved. There are also pre-built .DLL files on the SDL web site (Runtime Libraries -&amp;gt; Win32) that you can try at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/download-1.2.php&lt;br /&gt;
&lt;br /&gt;
Note that as of 12 Dec 2004, ddraw (DirectDraw) rendering mode will not work in DOSBox unless you either use the SDL.dll included with the latest version of DOSBox, or build your own SDL.dll with the changes mentioned in the &amp;quot;Compiling SDL&amp;quot; section below.&lt;br /&gt;
&lt;br /&gt;
=== 3. Compiling environment ===&lt;br /&gt;
&lt;br /&gt;
When working on Windows, you'll most likely need a compiling environment. We suggest using the combination of MiniGW and MSYS, which can be found at&lt;br /&gt;
&lt;br /&gt;
: http://prdownloads.sf.net/mingw/&lt;br /&gt;
&lt;br /&gt;
You'll need to download both the latest MiniGW and MSYS. After downloading, install MiniGW and MSYS (in this order). The MSYS-Installer should ask for the installation directory of MiniGW, so you should pick the path where you installed it. After the installation, run the MSYS.BAT and you should see a unix-like command prompt. &lt;br /&gt;
&lt;br /&gt;
=== 4. Compiling SDL ===&lt;br /&gt;
&lt;br /&gt;
Navigate to the directory where you extracted the SDL-source (using unix commands) and type&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Some MinGW-specific info on compiling SDL under Windows is available at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/extras/win32/mingw32/README.txt&lt;br /&gt;
&lt;br /&gt;
If you are having trouble with a message like 'no acceptable ld found in $PATH' try 'export LD=/c/gxx-2.95.2/bin/ld.exe' (or wherever you have the exe; GCC 2.95 in this case).&lt;br /&gt;
&lt;br /&gt;
Also, if you have trouble getting ddraw (DirectDraw) working in DOSBox, see this post on the DOSBox forum for a possible fix:&lt;br /&gt;
&lt;br /&gt;
: http://vogons.zetafleet.com/viewtopic.php?p=48050&amp;amp;highlight=#48050&lt;br /&gt;
&lt;br /&gt;
==== 4b. SDL-net (optional) ====&lt;br /&gt;
&lt;br /&gt;
If you want to benefit from DOSBox's Modem-Emulation or IPX-Support, you'll also need the SDL-net library, which can be found at&lt;br /&gt;
&lt;br /&gt;
: http://www.libsdl.org/projects/SDL_net/&lt;br /&gt;
&lt;br /&gt;
Download, extract, and compile as you did with SDL.&lt;br /&gt;
&lt;br /&gt;
If you skipped building your own SDL.dll, you can use the one included with the latest official release of DOSBox or you can get a SDL_net win32 binary (.DLL) release on the SDL web site at the URL above.&lt;br /&gt;
&lt;br /&gt;
=== 5. Compiling DOSBox ===&lt;br /&gt;
&lt;br /&gt;
After compiling you'll need to adjust the PATH variable to point at the directory where the freshly built SDL-Library can be found.&lt;br /&gt;
&lt;br /&gt;
''Note: if you want to use SDL-net, do the same with that library.''&lt;br /&gt;
&lt;br /&gt;
Then, change to the directory where you extracted the DOSBox-Source and type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to compile DOSBox. If everything worked, you should have a &amp;lt;tt&amp;gt;DOSBOX.EXE&amp;lt;/tt&amp;gt; in the &amp;lt;tt&amp;gt;./src&amp;lt;/tt&amp;gt; - directory.&lt;br /&gt;
&lt;br /&gt;
=== 6. Running ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to run the new executable is to copy it (and your fresh &amp;lt;tt&amp;gt;SDL.dll&amp;lt;/tt&amp;gt; ''and maybe even the SDL_net.dll'') to the installation-directory of a non-CVS-version of DOSBox. That way, you have the needed directory structure and configuration files.&lt;br /&gt;
&lt;br /&gt;
=== Example for Building DosBOX 7.1 on OpenSUSE 10.2 Linux ===&lt;br /&gt;
&lt;br /&gt;
-Remove the existing DOSBox version if you have it.&lt;br /&gt;
&lt;br /&gt;
-Obtain and extract the DOSBox source code.&lt;br /&gt;
&lt;br /&gt;
-SUSE linux 10.2 already has SDL and alsa installed, but you need to install the SDL-devel package and alsa-devel package (for header files and libs).&lt;br /&gt;
&lt;br /&gt;
-Obtain the SDL_Sound src from http://icculus.org/SDL_sound/downloads.  Extract the source somewhere.&lt;br /&gt;
 Run configure --with-sdl-prefix=/usr/lib64 --with-sdl-exec-prefix=/usr&lt;br /&gt;
 make&lt;br /&gt;
 make install (need to be root)&lt;br /&gt;
&lt;br /&gt;
-OK, now you have everything you need to compile DOSBox.  cd to your DOSBox directory, then run this at the shell:&lt;br /&gt;
 export CPPFLAGS=&amp;quot;-I/usr/local/include/SDL&amp;quot;&lt;br /&gt;
 export LDFLAGS=&amp;quot;-L/usr/local/lib&amp;quot;&lt;br /&gt;
 configure --with-sdl-prefix=/usr/lib64 --with-sdl-exec-prefix=/usr --with-alsa-prefix=/usr/lib64&lt;br /&gt;
    --with-alsa-inc-prefix=/usr/include/alsa&lt;br /&gt;
 make&lt;br /&gt;
 make install (need to be root).&lt;br /&gt;
&lt;br /&gt;
-The reason for the shell variables is that it seemed to be the only way configure could find the files it needed.  There aren't any config options to find the SDL_sound library, and I tried giving it -libdir= and -includedir=, but that didn't work.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=AUTOEXEC&amp;diff=727</id>
		<title>AUTOEXEC</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=AUTOEXEC&amp;diff=727"/>
		<updated>2008-04-15T17:05:26Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* A Common AUTOEXEC.BAT */  cleaned up formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''AUTOEXEC.BAT''' file is a reference to original MS-DOS systems which would load settings from a file called '''CONFIG.SYS''' (which had to be located in the '''C:\''' path), and then execute any commands found in the '''AUTOEXEC.BAT''' (also in the '''C:\''' path).  Commonly the '''AUTOEXEC.BAT''' file would define the system [[PATH]], load any drivers, and launch [[Software:Windows|Windows]].  Because DOSBox already emulates most of what a '''CONFIG.SYS''', and '''AUTOEXEC.BAT''' would do, there isn't much need to define anything other than your mountable drives.&lt;br /&gt;
&lt;br /&gt;
== A Common AUTOEXEC.BAT ==&lt;br /&gt;
 @ECHO OFF&lt;br /&gt;
 MOUNT C C:\DOSGAMES&lt;br /&gt;
 C:&lt;br /&gt;
 CLS&lt;br /&gt;
 @ECHO Starting MS-DOS 6.22...&lt;br /&gt;
&lt;br /&gt;
This '''AUTOEXEC.BAT''' file [[MOUNT|mounts]] a [[CDrive|C drive]] (pointed to the Local-Directory C:\DOSGAMES), changes to that drive (from [[ZDrive|Z:]]), [[Commands#CLS|Clears the Screen]] and prints the message&lt;br /&gt;
&lt;br /&gt;
 Starting MS-DOS 6.22...&lt;br /&gt;
&lt;br /&gt;
(The message that MS-DOS printed immediately before loading the '''CONFIG.SYS''' and '''AUTOEXEC.BAT''').&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Contributing_to_this_Wiki&amp;diff=726</id>
		<title>Contributing to this Wiki</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Contributing_to_this_Wiki&amp;diff=726"/>
		<updated>2008-04-15T17:04:06Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* Command Prompts */  explained cleaner example of commandline help&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've already transfered the [[Basic Setup and Installation of DosBox]] to this.&lt;br /&gt;
With some URL rewriting and other tricks I managed to convert the old link to this one. So the old URL should redirect to new one once the thing is transfered. -''[[Qbix]]''&lt;br /&gt;
&lt;br /&gt;
The old Wiki stuff can be found at: [http://dosbox.sourceforge.net/oldwiki/ http://dosbox.sourceforge.net/oldwiki/]&lt;br /&gt;
&lt;br /&gt;
=Style of Wiki entries=&lt;br /&gt;
&lt;br /&gt;
==Inline DOS Commands==&lt;br /&gt;
&lt;br /&gt;
When referring to a DOS command in the middle of a sentence use the '''&amp;lt;nowiki&amp;gt;'''DOS COMMAND'''&amp;lt;/nowiki&amp;gt;''' syntax.  This makes commands standout clearly without breaking the flow of a sentence.&lt;br /&gt;
&lt;br /&gt;
==Command Prompts==&lt;br /&gt;
&lt;br /&gt;
When typing in DOS commands use the following syntax (view source to see how to format text this way):&lt;br /&gt;
&lt;br /&gt;
 This is an example&lt;br /&gt;
&lt;br /&gt;
Also be sure to type everything in UPPERCASE (this is consistent with the original documentation that came with MS-DOS as well as other DOS versions.&lt;br /&gt;
&lt;br /&gt;
If the command produces output that is important for the reader to understand you can add line breaks, but you should include the prompt information as best as possible to clearly distinguish between what is types and what is produced.  It would also be helpful to bold the text intended to type.&lt;br /&gt;
&lt;br /&gt;
 C:\&amp;gt;'''COPY FILE1.DAT C:\TEMP'''&lt;br /&gt;
 1 file(s) copied.&lt;br /&gt;
&lt;br /&gt;
==[[GAMES|Game]] and [[Software|Application]] articles==&lt;br /&gt;
&lt;br /&gt;
Game and Software articles are intended to help a user understand how to execute and use programs that might not run in DOSBox easily.  Information like how to complete a game or operate a program is not needed in this Wiki, and should instead be linked to other web sites if available.  A Game or Application that runs without any issues or needs no special configuration is not an ideal candidate for an article.  If you plan on adding an article on a Game or Application make sure to first check the lists for each, to see if it is already written.&lt;br /&gt;
&lt;br /&gt;
*Software Articles&lt;br /&gt;
**[[GAMES|Games]]&lt;br /&gt;
**[[Software|Applications]]&lt;br /&gt;
&lt;br /&gt;
Right now URLS for games should be preceded with '''GAMES:''' followed by a short clear (and if possible, commonly used) version of the game title.  Links to that article can of course be as verbose as is reasonable.  The value of including '''GAMES:''' in the URL is that when searching for a game in this Wiki, the article about the game will standout in the search results while articles that refer to that game will be clearer.  As far as using the full title of the game as its article name, many games are referred to by shorter names like [[GAMES:ADOM|Ancient Domains of Mystery]] is referred to as [[GAMES:ADOM|ADOM]] in forum discussions.  If the abbreviation is used in the article title while the Full title is in the article, a user can search for either and be directed to the correct article.  Using the more common abbreviation makes linking to the article easier as well.&lt;br /&gt;
&lt;br /&gt;
==MediaWiki Information==&lt;br /&gt;
&lt;br /&gt;
This Wiki is powered by [http://www.mediawiki.org/ MediaWiki] (the same engine that powers the Wikipedia project).  Some features that are available in Wikipedia are not available here (like #IF and #ELSE commands) but for the most part, this Wiki follows the same syntax provides the same functionality that you can find in Wikipedia.&lt;br /&gt;
&lt;br /&gt;
===Resources===&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;big&amp;gt;'''MediaWiki has been successfully installed.'''&amp;lt;/big&amp;gt;&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Basic_Setup_and_Installation_of_DosBox&amp;diff=725</id>
		<title>Basic Setup and Installation of DosBox</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Basic_Setup_and_Installation_of_DosBox&amp;diff=725"/>
		<updated>2008-04-15T16:58:57Z</updated>

		<summary type="html">&lt;p&gt;Sryx: /* Running a game */  cleaned up formatting fo comamnd line examples (bolded user entered text)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Concepts ==&lt;br /&gt;
&lt;br /&gt;
DOSBox is an emulator that recreates a MS-DOS compatible environment (complete with Sound, Input, Graphics and even basic networking).  This environment is complete enough to run many classic MS-DOS games completely unmodified.  In order to utilize all of DOSBox's features you need to first understand some basic concepts about the MS-DOS environment.&lt;br /&gt;
&lt;br /&gt;
* [[Drives]]&lt;br /&gt;
* [[Sound]]&lt;br /&gt;
* [[Display]]&lt;br /&gt;
* [[Input]]&lt;br /&gt;
* [[Connectivity]] (Modems/Networking)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The first step is to install DOSBox. This guide will use the [[Version0.72|0.72]] Windows 32 version which is available for [http://www.dosbox.com/download.php?main=1 download]. Download the [[Releases|release]] for your operating system. If you are a Windows user, get the '''Win32 installer'''.&lt;br /&gt;
&lt;br /&gt;
After downloading, install DOSBox to any directory. Also, make a folder to put all your old games in. I put DOSBox in '''&amp;lt;tt&amp;gt;C:\DOSBox&amp;lt;/tt&amp;gt;''', and my old games directory is '''&amp;lt;tt&amp;gt;C:\OLDGAMES&amp;lt;/tt&amp;gt;'''. I put a game in my '''&amp;lt;tt&amp;gt;OLDGAMES&amp;lt;/tt&amp;gt;''' directory, '''&amp;lt;tt&amp;gt;TESTDRIV&amp;lt;/tt&amp;gt;''', which is [[GAMES:TestDrive|Test Drive]], an old racing game.  Your directories should look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:DOSBox-Folders.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Running a game ==&lt;br /&gt;
&lt;br /&gt;
Now, the hardest part, getting games to run. First, run '''dosbox.exe''' in your DOSBox folder. Remember that '''&amp;lt;tt&amp;gt;OLDGAMES&amp;lt;/tt&amp;gt;''' directory you created in Step 1? You have to basically set that as new directory just for DOSBox. Essentially, it's going to become the '''[[CDrive|C:\&amp;gt;]]''' drive of DOSBox. So, type:&lt;br /&gt;
 Z:\&amp;gt;'''MOUNT C C:\OLDGAMES'''&lt;br /&gt;
 Drive C mounted as local directory C:\OLDGAMES\&lt;br /&gt;
&lt;br /&gt;
To dissect the above:&lt;br /&gt;
*'''[[MOUNT]]''': Tells the program to [[MOUNT|mount]] a directory&lt;br /&gt;
*'''C''':  Tells the program what you want your new drive to be called (leaving it as C: is fine)&lt;br /&gt;
*'''C:\OLDGAMES''': This is the directory I want to set as the new drive for DOSBox, because all my games are in it. If you created a different directory, write in the directory you created.&lt;br /&gt;
&lt;br /&gt;
''(Note: If you want to [[MOUNT|mount]] a CD-ROM instead of a folder, type this:''&lt;br /&gt;
 Z:\&amp;gt;'''MOUNT D D:\ -T cdrom'''&lt;br /&gt;
 MSCDEX installed.&lt;br /&gt;
 Drive D is mounted as CDRom D:\&lt;br /&gt;
&lt;br /&gt;
''(Note: '''&amp;quot;cdrom&amp;quot;''' is case sensitive and must be lowercase!)''&lt;br /&gt;
&lt;br /&gt;
In this example, '''D:\ -T cdrom''' tells DOSBox that my D:\ drive is a CD-ROM drive, and the first '''D''', tells DOSBox what my new drive name should be called. If you are running your game off a CD-ROM then make sure to use '''D:''' in place of '''C:''' in the following examples.  You can find instructions on how to [[MOUNT|mount]] other devices, such as floppy drives, in the [[MOUNT|mount]] section).''&lt;br /&gt;
&lt;br /&gt;
After you've done this, you will be prompted with a '''[[ZDrive|Z:\&amp;gt;]]'''. Now, just write what you wanted to call your new DOSBox drive, which as I said above, we called '''C'''. To navigate to that newly mounted drive just type in:&lt;br /&gt;
&lt;br /&gt;
 Z:\&amp;gt;'''C:'''&lt;br /&gt;
 &lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hopefully, you're all set! Now, it's time to run the game. Previously I had mentioned a game called '''&amp;lt;tt&amp;gt;TESTDRIV&amp;lt;/tt&amp;gt;''' in my '''&amp;lt;tt&amp;gt;OLDGAMES&amp;lt;/tt&amp;gt;''' folder.  I now want DOSBox to go to that folder. So type in:&lt;br /&gt;
&lt;br /&gt;
 C:\&amp;gt;'''CD TESTDRIV'''&lt;br /&gt;
 &lt;br /&gt;
 C:\TESTDRIV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That's it! [[Commands#CD|CD]] stands for &amp;quot;Change Directory&amp;quot;, so you've changed the directory to TESTDRIV.  You can find instructions on how to use the [[Commands#CD|Change Directory]] command, in the [[Commands#CD|CD]] section of the [[Commands]] article.&lt;br /&gt;
&lt;br /&gt;
One more step, running the game! Most games have an EXE file in their directory that you can run. However, some might require a BAT file, or COM file (common in demos and really old games). Most of the time, the file is in the root folder.  Please consult the documentation of your game for which file is needed to start the game. In the case of [[GAMES:TestDrive|Test Drive]], it's '''TDCGA.EXE'''. So now, I just type this:&lt;br /&gt;
&lt;br /&gt;
 C:\TESTDRIV&amp;gt;'''TDCGA.EXE'''&lt;br /&gt;
&lt;br /&gt;
That's it! Here's a picture of all of the commands I've written about in Step 2: &lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox2.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Alternate methods for running a game ==&lt;br /&gt;
&lt;br /&gt;
The steps described above are closely aligned with how DOS Based operating systems behave natively.  However modern operating system allow for more user friendly (although less authentic) ways of playing your favorite games.  If the steps above seem tedious or confusing you can try some of these other guides.  In most cases these guides will still require you to setup a working DOSBox environment.&lt;br /&gt;
&lt;br /&gt;
*[[DOSBoxFrontends|Using Frontends]]&lt;br /&gt;
*[[DOSBoxShortcuts|Creating desktop shortcuts]]&lt;br /&gt;
**[[DOSBoxShortcuts#Windows|in Microsoft Windows]]&lt;br /&gt;
**[[DOSBoxShortcuts#OSX|in Apple OSX]]&lt;br /&gt;
**[[DOSBoxShortcuts#GNOME|in Linux GNOME]]&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have problems with launching the game, unrecognizable errors being spit out, saving settings, or having the game drop out while running it, one thing to try is to make sure all the files are not set to Read Only. In Windows, select the folder of the game, right click and hit properties, uncheck '''Read Only''' if it is checked, and apply to all sub folders.&lt;br /&gt;
&lt;br /&gt;
If you have other errors, please search the [http://vogons.zetafleet.com forums] first before posting a question.&lt;br /&gt;
&lt;br /&gt;
== Performance ==&lt;br /&gt;
Yay, you've gotten your game to run! But maybe you're experiencing slowdown? How do you fix this? With the following commands:&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F7&amp;lt;/tt&amp;gt;''' = Decreases frameskip&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F8&amp;lt;/tt&amp;gt;''' = Increases Frameskip&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F11&amp;lt;/tt&amp;gt;''' = Slows down the game&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F12&amp;lt;/tt&amp;gt;''' = Speeds up the game&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Press '''&amp;lt;tt&amp;gt;CTRL+ALT+DEL&amp;lt;/tt&amp;gt;''' to open the Task Manager, and click the Performance tab. Start by pressing '''&amp;lt;tt&amp;gt;CTRL+F12&amp;lt;/tt&amp;gt;''' until your CPU Usage level begins to go above 95%. After that, if you still need a performance boost, hit '''&amp;lt;tt&amp;gt;CTRL+F8&amp;lt;/tt&amp;gt;''' to have DOSBox not render some frames. The console window will display all of the changes you've made, and the top of the game window will display the current settings. Adjust these settings as needed until your game goes smoothly. '''''Please keep in mind that not all games will run smoothly on DOSBox.'''''&lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox3.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Other Useful features ==&lt;br /&gt;
&lt;br /&gt;
=== Quick start ===&lt;br /&gt;
&lt;br /&gt;
You can save yourself some time by having DOSBox automatically [[MOUNT]] your folders and change the drive to '''C:'''.  In original DOS based operating systems a file called '''&amp;lt;tt&amp;gt;[[AUTOEXEC|AUTOEXEC.BAT]]&amp;lt;/tt&amp;gt;''' contained any commands that the user wanted executed every time the computer booted up.  This functionality is simulated by the [[dosbox.conf#.5Bautoexec.5D|[autoexec]]] section of the [[dosbox.conf]] file.&lt;br /&gt;
&lt;br /&gt;
Open the [[dosbox.conf]] file in any text editor (in Windows you can use Notepad), scroll down to the very end, and add these lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;MOUNT C C:\OLDGAMES&lt;br /&gt;
C:&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now those commands will be executed automatically when starting! If you're having trouble with that, make sure it looks like this (look at the bottom): &lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox4.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Full Screen ===&lt;br /&gt;
&lt;br /&gt;
Just press '''&amp;lt;tt&amp;gt;ALT+ENTER&amp;lt;/tt&amp;gt;''' to go into and out of full screen.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can open the [[dosbox.conf]] file as mentioned above and change &amp;quot;fullscreen=false&amp;quot; to &amp;quot;fullscreen=true&amp;quot;. DOSBox will then run in full screen mode when you open it.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Basic_Setup_and_Installation_of_DosBox&amp;diff=640</id>
		<title>Basic Setup and Installation of DosBox</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Basic_Setup_and_Installation_of_DosBox&amp;diff=640"/>
		<updated>2008-03-31T17:43:37Z</updated>

		<summary type="html">&lt;p&gt;Sryx: removed spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Concepts ==&lt;br /&gt;
&lt;br /&gt;
DOSBox is an emulator that recreates a MS-DOS compatible environment (complete with Sound, Input, Graphics and even basic networking).  This environment is complete enough to run many classic MS-DOS games completely unmodified.  In order to utilize all of DOSBox's features you need to first understand some basic concepts about the MS-DOS environment.&lt;br /&gt;
&lt;br /&gt;
* [[Drives]]&lt;br /&gt;
* [[Sound]]&lt;br /&gt;
* [[Display]]&lt;br /&gt;
* [[Input]]&lt;br /&gt;
* [[Connectivity]] (Modems/Networking)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The first step is to install DOSBox. This guide will use the [[Version0.72|0.72]] Windows 32 version which is available for [http://www.dosbox.com/download.php?main=1 download]. Download the [[Releases|release]] for your operating system. If you are a Windows user, get the '''Win32 installer'''.&lt;br /&gt;
&lt;br /&gt;
After downloading, install DOSBox to any directory. Also, make a folder to put all your old games in. I put DOSBox in '''&amp;lt;tt&amp;gt;C:\DOSBox&amp;lt;/tt&amp;gt;''', and my old games directory is '''&amp;lt;tt&amp;gt;C:\OLDGAMES&amp;lt;/tt&amp;gt;'''. I put a game in my '''&amp;lt;tt&amp;gt;OLDGAMES&amp;lt;/tt&amp;gt;''' directory, '''&amp;lt;tt&amp;gt;TESTDRIV&amp;lt;/tt&amp;gt;''', which is [[GAMES:TestDrive|Test Drive]], an old racing game.  Your directories should look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:DOSBox-Folders.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Running a game ==&lt;br /&gt;
&lt;br /&gt;
Now, the hardest part, getting games to run. First, run '''dosbox.exe''' in your DOSBox folder. Remember that '''&amp;lt;tt&amp;gt;OLDGAMES&amp;lt;/tt&amp;gt;''' directory you created in Step 1? You have to basically set that as new directory just for DOSBox. Essentially, it's going to become the '''[[CDrive|C:\&amp;gt;]]''' drive of DOSBox. So, type:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT C C:\OLDGAMES&lt;br /&gt;
Drive C mounted as local directory C:\OLDGAMES\&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To dissect the above:&lt;br /&gt;
*'''[[MOUNT]]''': Tells the program to [[MOUNT|mount]] a directory&lt;br /&gt;
*'''C''':  Tells the program what you want your new drive to be called (leaving it as C: is fine)&lt;br /&gt;
*'''C:\OLDGAMES''': This is the directory I want to set as the new drive for DOSBox, because all my games are in it. If you created a different directory, write in the directory you created.&lt;br /&gt;
&lt;br /&gt;
''(Note: If you want to [[MOUNT|mount]] a CD-ROM instead of a folder, type this:''&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT D D:\ -T cdrom&lt;br /&gt;
MSCDEX installed.&lt;br /&gt;
Drive D is mounted as CDRom D:\&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''(Note: '''&amp;quot;cdrom&amp;quot;''' is case sensitive and must be lowercase!)''&lt;br /&gt;
&lt;br /&gt;
In this example, '''D:\ -T cdrom''' tells DOSBox that my D:\ drive is a CD-ROM drive, and the first '''D''', tells DOSBox what my new drive name should be called. If you are running your game off a CD-ROM then make sure to use '''D:''' in place of '''C:''' in the following examples.  You can find instructions on how to [[MOUNT|mount]] other devices, such as floppy drives, in the [[MOUNT|mount]] section).''&lt;br /&gt;
&lt;br /&gt;
After you've done this, you will be prompted with a '''[[ZDrive|Z:\&amp;gt;]]'''. Now, just write what you wanted to call your new DOSBox drive, which as I said above, we called '''C'''. To navigate to that newly mounted drive just type in:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;C:&lt;br /&gt;
&lt;br /&gt;
C:\&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hopefully, you're all set! Now, it's time to run the game. Previously I had mentioned a game called '''&amp;lt;tt&amp;gt;TESTDRIV&amp;lt;/tt&amp;gt;''' in my '''&amp;lt;tt&amp;gt;OLDGAMES&amp;lt;/tt&amp;gt;''' folder.  I now want DOSBox to go to that folder. So type in:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;C:\&amp;gt;CD TESTDRIV&lt;br /&gt;
&lt;br /&gt;
C:\TESTDRIV&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That's it! [[Commands#CD|CD]] stands for &amp;quot;Change Directory&amp;quot;, so you've changed the directory to TESTDRIV.  You can find instructions on how to use the [[Commands#CD|Change Directory]] command, in the [[Commands#CD|CD]] section of the [[Commands]] article.&lt;br /&gt;
&lt;br /&gt;
One more step, running the game! Most games have an EXE file in their directory that you can run. However, some might require a BAT file, or COM file (common in demos and really old games). Most of the time, the file is in the root folder.  Please consult the documentation of your game for which file is needed to start the game. In the case of [[GAMES:TestDrive|Test Drive]], it's '''TDCGA.EXE'''. So now, I just type this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;TDCGA.EXE&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That's it! Here's a picture of all of the commands I've written about in Step 2: &lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox2.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Alternate methods for running a game ==&lt;br /&gt;
&lt;br /&gt;
The steps described above are closely aligned with how DOS Based operating systems behave natively.  However modern operating system allow for more user friendly (although less authentic) ways of playing your favorite games.  If the steps above seem tedious or confusing you can try some of these other guides.  In most cases these guides will still require you to setup a working DOSBox environment.&lt;br /&gt;
&lt;br /&gt;
*[[DOSBoxFrontends|Using Frontends]]&lt;br /&gt;
*[[DOSBoxShortcuts|Creating desktop shortcuts]]&lt;br /&gt;
**[[DOSBoxShortcuts#Windows|in Microsoft Windows]]&lt;br /&gt;
**[[DOSBoxShortcuts#OSX|in Apple OSX]]&lt;br /&gt;
**[[DOSBoxShortcuts#GNOME|in Linux GNOME]]&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have problems with launching the game, unrecognizable errors being spit out, saving settings, or having the game drop out while running it, one thing to try is to make sure all the files are not set to Read Only. In Windows, select the folder of the game, right click and hit properties, uncheck '''Read Only''' if it is checked, and apply to all sub folders.&lt;br /&gt;
&lt;br /&gt;
If you have other errors, please search the [http://vogons.zetafleet.com forums] first before posting a question.&lt;br /&gt;
&lt;br /&gt;
== Performance ==&lt;br /&gt;
Yay, you've gotten your game to run! But maybe you're experiencing slowdown? How do you fix this? With the following commands:&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F7&amp;lt;/tt&amp;gt;''' = Decreases frameskip&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F8&amp;lt;/tt&amp;gt;''' = Increases Frameskip&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F11&amp;lt;/tt&amp;gt;''' = Slows down the game&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL+F12&amp;lt;/tt&amp;gt;''' = Speeds up the game&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Press '''&amp;lt;tt&amp;gt;CTRL+ALT+DEL&amp;lt;/tt&amp;gt;''' to open the Task Manager, and click the Performance tab. Start by pressing '''&amp;lt;tt&amp;gt;CTRL+F12&amp;lt;/tt&amp;gt;''' until your CPU Usage level begins to go above 95%. After that, if you still need a performance boost, hit '''&amp;lt;tt&amp;gt;CTRL+F8&amp;lt;/tt&amp;gt;''' to have DOSBox not render some frames. The console window will display all of the changes you've made, and the top of the game window will display the current settings. Adjust these settings as needed until your game goes smoothly. '''''Please keep in mind that not all games will run smoothly on DOSBox.'''''&lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox3.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Other Useful features ==&lt;br /&gt;
&lt;br /&gt;
=== Quick start ===&lt;br /&gt;
&lt;br /&gt;
You can save yourself some time by having DOSBox automatically [[MOUNT]] your folders and change the drive to '''C:'''.  In original DOS based operating systems a file called '''&amp;lt;tt&amp;gt;[[AUTOEXEC|AUTOEXEC.BAT]]&amp;lt;/tt&amp;gt;''' contained any commands that the user wanted executed every time the computer booted up.  This functionality is simulated by the [[dosbox.conf#.5Bautoexec.5D|[autoexec]]] section of the [[dosbox.conf]] file.&lt;br /&gt;
&lt;br /&gt;
Open the [[dosbox.conf]] file in any text editor (in Windows you can use Notepad), scroll down to the very end, and add these lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;MOUNT C C:\OLDGAMES&lt;br /&gt;
C:&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now those commands will be executed automatically when starting! If you're having trouble with that, make sure it looks like this (look at the bottom): &lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox4.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Full Screen ===&lt;br /&gt;
&lt;br /&gt;
Just press '''&amp;lt;tt&amp;gt;ALT+ENTER&amp;lt;/tt&amp;gt;''' to go into and out of full screen.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can open the [[dosbox.conf]] file as mentioned above and change &amp;quot;fullscreen=false&amp;quot; to &amp;quot;fullscreen=true&amp;quot;. DOSBox will then run in full screen mode when you open it.&lt;/div&gt;</summary>
		<author><name>Sryx</name></author>
	</entry>
</feed>