openmsx.sgml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
  2. <!-- Process this file with docbook-to-man to generate an nroff manual
  3. page: `docbook-to-man manpage.sgml > manpage.1'. You may view
  4. the manual page with: `docbook-to-man manpage.sgml | nroff -man |
  5. less'. A typical entry in a Makefile or Makefile.am is:
  6. manpage.1: manpage.sgml
  7. docbook-to-man $< > $@
  8. The docbook-to-man binary is found in the docbook-to-man package.
  9. Please remember that if you create the nroff version in one of the
  10. debian/rules file targets (such as build), you will need to include
  11. docbook-to-man in your Build-Depends control field.
  12. -->
  13. <!-- Fill in your name for FIRSTNAME and SURNAME. -->
  14. <!ENTITY dhfirstname "<firstname>Joost</firstname>">
  15. <!ENTITY dhsurname "<surname>Damad</surname>">
  16. <!-- Please adjust the date whenever revising the manpage. -->
  17. <!ENTITY dhdate "<date>October 10, 2004</date>">
  18. <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
  19. allowed: see man(7), man(1). -->
  20. <!ENTITY dhsection "<manvolnum>1</manvolnum>">
  21. <!ENTITY dhemail "<email>andete@debian.org</email>">
  22. <!ENTITY dhusername "Joost Yervante Damad">
  23. <!ENTITY dhucpackage "<refentrytitle>OPENMSX</refentrytitle>">
  24. <!ENTITY dhpackage "openmsx">
  25. <!ENTITY debian "<productname>Debian</productname>">
  26. <!ENTITY gnu "<acronym>GNU</acronym>">
  27. <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
  28. ]>
  29. <refentry>
  30. <refentryinfo>
  31. <address>
  32. &dhemail;
  33. </address>
  34. <author>
  35. &dhfirstname;
  36. &dhsurname;
  37. </author>
  38. <copyright>
  39. <year>2003</year>
  40. <holder>&dhusername;</holder>
  41. </copyright>
  42. &dhdate;
  43. </refentryinfo>
  44. <refmeta>
  45. &dhucpackage;
  46. &dhsection;
  47. </refmeta>
  48. <refnamediv>
  49. <refname>&dhpackage;</refname>
  50. <refpurpose>perfectly emulate the MSX standard and more</refpurpose>
  51. </refnamediv>
  52. <refsynopsisdiv>
  53. <cmdsynopsis>
  54. <command>&dhpackage;</command>
  55. </cmdsynopsis>
  56. </refsynopsisdiv>
  57. <refsect1>
  58. <title>DESCRIPTION</title>
  59. <para>This manual page documents briefly the
  60. <command>&dhpackage;</command> command.</para>
  61. <para>This manual page is mainly meant to point to
  62. the available documentation in the
  63. <application>HTML</application> format; see below.</para>
  64. <para><command>&dhpackage;</command> is the MSX emulator that aims for perfection.</para>
  65. <para>Supported file types of MSX media:
  66. <itemizedlist mark='opencircle'>
  67. <listitem>
  68. <para>cas: tape image in fMSX CAS format</para>
  69. </listitem>
  70. <listitem>
  71. <para>di1, di2, dsk, xsa: disk image</para>
  72. </listitem>
  73. <listitem>
  74. <para>rom: ROM image of a cartridge</para>
  75. </listitem>
  76. <listitem>
  77. <para>wav: Raw tape image, as recorded from real tape</para>
  78. </listitem>
  79. <listitem>
  80. <para>ogv: Video recording, as recorded from real Laserdisc Player</para>
  81. </listitem>
  82. </itemizedlist>
  83. </para>
  84. <para>
  85. Zlib compressed files can also be used.
  86. </para>
  87. </refsect1>
  88. <refsect1>
  89. <title>OPTIONS</title>
  90. <para>The program follows the usual a command line syntax,
  91. with long options starting with two dashes (`-'). Some commands also
  92. start with one dash.
  93. A short summary of options is included below. </para>
  94. <variablelist>
  95. <varlistentry>
  96. <term>
  97. <option>-h</option>
  98. <option>--help</option>
  99. </term>
  100. <listitem>
  101. <para>Show summary of options; at least a completer summary than this one.</para>
  102. </listitem>
  103. </varlistentry>
  104. <varlistentry>
  105. <term>
  106. <option>-v</option>
  107. <option>--version</option>
  108. </term>
  109. <listitem>
  110. <para>Show version of program.</para>
  111. </listitem>
  112. </varlistentry>
  113. <varlistentry>
  114. <term>
  115. <option>-cart</option>
  116. <option>-carta</option>
  117. <option>-cartb</option>
  118. </term>
  119. <listitem>
  120. <para>Insert the ROM file (cartridge) specified in argument</para>
  121. </listitem>
  122. </varlistentry>
  123. <varlistentry>
  124. <term>
  125. <option>-cassetteplayer</option>
  126. </term>
  127. <listitem>
  128. <para>Put WAV or CAS tape image specified in argument in virtual cassette player</para>
  129. </listitem>
  130. </varlistentry>
  131. <varlistentry>
  132. <term>
  133. <option>-control</option>
  134. </term>
  135. <listitem>
  136. <para>Enable external control of openMSX process</para>
  137. </listitem>
  138. </varlistentry>
  139. <varlistentry>
  140. <term>
  141. <option>-diska</option>
  142. <option>-diskb</option>
  143. </term>
  144. <listitem>
  145. <para>Insert the disk image specified in argument</para>
  146. </listitem>
  147. </varlistentry>
  148. <varlistentry>
  149. <term>
  150. <option>-ext</option>
  151. </term>
  152. <listitem>
  153. <para>Insert the extension specified in argument</para>
  154. </listitem>
  155. </varlistentry>
  156. <varlistentry>
  157. <term>
  158. <option>-machine</option>
  159. </term>
  160. <listitem>
  161. <para>Use machine specified in argument</para>
  162. </listitem>
  163. </varlistentry>
  164. <varlistentry>
  165. <term>
  166. <option>-laserdisc</option>
  167. </term>
  168. <listitem>
  169. <para>Put ogv video file specified in argument in virtual Laserdisc player</para>
  170. </listitem>
  171. </varlistentry>
  172. <varlistentry>
  173. <term>
  174. <option>-setting</option>
  175. </term>
  176. <listitem>
  177. <para>Load an alternative settings file</para>
  178. </listitem>
  179. </varlistentry>
  180. </variablelist>
  181. </refsect1>
  182. <refsect1>
  183. <title>SEE ALSO</title>
  184. <para>openmsx-catapult (1).</para>
  185. <para>The program is documented fully by <citetitle>openMSX User's Manual</citetitle> and the <citetitle>openMSX Setup Guide</citetitle>, available in HTML at the location
  186. <application>/usr/share/doc/openmsx/manual</application> on most systems.</para>
  187. </refsect1>
  188. <refsect1>
  189. <title>AUTHOR</title>
  190. <para>This manual page was originally written by &dhusername; &dhemail; for
  191. the &debian; system, but is now maintained by the openMSX team. Permission is
  192. granted to copy, distribute and/or modify this document under
  193. the terms of the &gnu; General Public License, Version 2 any
  194. later version published by the Free Software Foundation.
  195. </para>
  196. <para>
  197. On Debian systems, the complete text of the GNU General Public
  198. License can be found in /usr/share/common-licenses/GPL.
  199. </para>
  200. </refsect1>
  201. </refentry>
  202. <!-- Keep this comment at the end of the file
  203. Local variables:
  204. mode: sgml
  205. sgml-omittag:t
  206. sgml-shorttag:t
  207. sgml-minimize-attributes:nil
  208. sgml-always-quote-attributes:t
  209. sgml-indent-step:2
  210. sgml-indent-data:t
  211. sgml-parent-document:nil
  212. sgml-default-dtd-file:nil
  213. sgml-exposed-tags:nil
  214. sgml-local-catalogs:nil
  215. sgml-local-ecat-files:nil
  216. End:
  217. -->