~ubuntu-branches/debian/sid/mame/sid

« back to all changes in this revision

Viewing changes to mess/docs/windows/runsw.htm

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jordi Mallach, Emmanuel Kasper
  • Date: 2011-12-19 22:56:27 UTC
  • mfrom: (0.1.2)
  • Revision ID: package-import@ubuntu.com-20111219225627-ub5oga1oys4ogqzm
Tags: 0.144-1
[ Jordi Mallach ]
* Fix syntax errors in DEP5 copyright file (lintian).
* Use a versioned copyright Format specification field.
* Update Vcs-* URLs.
* Move transitional packages to the new metapackages section, and make
  them priority extra.
* Remove references to GNU/Linux and MESS sources from copyright.
* Add build variables for s390x.
* Use .xz tarballs as it cuts 4MB for the upstream sources.
* Add nplayers.ini as a patch. Update copyright file to add CC-BY-SA-3.0.

[ Emmanuel Kasper ]
* New upstream release. Closes: #651538.
* Add Free Desktop compliant png icons of various sizes taken from
  the hydroxygen iconset
* Mess is now built from a new source package, to avoid possible source
  incompatibilities between mame and the mess overlay.
* Mame-tools are not built from the mame source package anymore, but
  from the mess source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
<html xmlns="http://www.w3.org/1999/xhtml">
4
 
<head>
5
 
<meta name="generator" content="HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org" />
6
 
<title>MESS Guide</title>
7
 
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
8
 
<link href="../style.css" rel="stylesheet" type="text/css" />
9
 
</head>
10
 
<body>
11
 
<h1>Running Software</h1>
12
 
 
13
 
<p class="normal">On this page you'll find a quick guide on how to run software in MESS. Most of this is covered in the other pages but this should
14
 
make things simpler.<br /></p>
15
 
 
16
 
<hr />
17
 
 
18
 
<h2>First Things</h2>
19
 
 
20
 
<p class="normal">You need to make sure you've done a few things before running MESS. First you need the systems ROM zip file in the <span class="filename">C:\MESS\roms</span>
21
 
folder. Secondly, the recommended place for software images is <span class="filename">C:\MESS\software\<em>&lt;system_name&gt;</em></span> folder where
22
 
<em>&lt;system_name&gt;</em> is the name of the system you want to run. However, notice that when you run MESS from command line, you always have to specify the full path of
23
 
the software image you want to emulate.<br /></p>
24
 
 
25
 
<hr align="center" width="95%" />
26
 
 
27
 
<h2>Quick start (Command Line)</h2>
28
 
 
29
 
<p class="normal">To run the command line version of MESS you need to do to open a command prompt. Either go to the start button, press run and type
30
 
<em>command</em> or you can run the command prompt from the start/programs/accessories menu.</p>
31
 
 
32
 
<p class="normal">Once you are in a DOS box type in this command</p>
33
 
<p align="center"><span class="command">cd C:\MESS</span></p>
34
 
<p class="normal">You should see the prompt</p>
35
 
<p align="center"><span class="command">C:\MESS&gt;</span></p>
36
 
<p class="normal">MESS for Win32 uses a straightforward command format to execute. Here is what it looks like...</p>
37
 
<p align="center" class="Tutorial"><span class="command">MESS &lt;system&gt; &lt;device&gt; &lt;software_name&gt; -options</span></p>
38
 
<p class="normal">Here is an example of running MESS at the command line...</p>
39
 
<p align="center"><span class="command">MESS a2600 -cart c:\games\defender.a26 -now</span></p>
40
 
<p class="normal">This will run defender on an Atari 2600 using the full screen.</p>
41
 
<p class="normal">As you can see it's not too hard. Use the <a href="messw32command.htm" target="_blank">MESS W32 Commands</a> page for info on
42
 
options and system names can be found on the <a href="messsuppsys.htm" target="_blank">Supported Systems</a> page.</p>
43
 
<p class="normal">If your brain is easily frazzled and you want an easier MESS use the GUI version as it's much easier to configure.<br /></p>
44
 
 
45
 
<hr align="center" width="95%" />
46
 
 
47
 
<h2>Quick Start (MESSUI)</h2>
48
 
 
49
 
<p class="normal">Open the MESS GUI and you'll see something like this...</p>
50
 
 
51
 
<p align="center" class="Tutorial"><img src="images/gui.gif" width="593" height="432" /></p>
52
 
 
53
 
<p class="normal">All you need to do to run systems is to double click an icon in the first list. However MESS may say that software needs to be
54
 
present to load the system. Therefore once you've installed some software just double click it from the second list and it will load. That's It!</p>
55
 
 
56
 
</body>
57
 
 
58
 
</html>