Instructions updated.
[emufront] / www / index.html
index 6314ea4..bab2878 100644 (file)
@@ -46,6 +46,9 @@
                        <li>Configure emulators (executable, command line
                        options, supported setup)</li>
                        <li>Launch emulators with disk/rom/tape-images</li>
+                       <li>Multiple configurations for single emulator</li>
+                       <li>Multiple media images can be selected to a single
+                       emulator launch command</li>
                        <li>...</li>
                </ul>
 
@@ -58,7 +61,7 @@
 
                <h2>Instructions</h2>
                <ul>
-                       <li>[Maemo:] At the moment EmuFront installs to /usr/local/bin</li>
+                       <li>Set the directory path for temporary files</li>
                        <li>Add platform(s) (e.g. Colecovision)</li>
                        <li>Add media type(s) (e.g. Cartridge) </li>
                        <li>Add setup(s): Assign a media type to platform and
                        the files</li>
                        <li>Configure emulator</li>
                        <li><ul>
+                               <li>Set an unique name for emulator
+                               configuration, one emulator can have many
+                               configurations with different name</li>
+                               <li>Set the emulator executable or path to
+                               executable if the exutable is not on the
+                               system path</li>
+                               <li>Set the command line options</li>
+                               <li><ul>
                                <li>$1 is a placeholder for filename in the command parameters, this is <b>obligatory</b></li>
                                <li>Multiple files are also supported using placeholders $1 ... $<i>n</i>, e.g. '-diska $1 -diskb $2'</li>
                        </ul></li>
+                       </ul></li>
                        <li>In the main window select a platform and a media
                        type, press update, selected file(s), emulator and press
                        launch</li>