Help File Update (SMS)
This commit is contained in:
parent
2511bf9233
commit
f605abe9cd
|
@ -38,7 +38,7 @@
|
|||
<P><B>fba vsav2 -a</B></P>
|
||||
</FONT>
|
||||
|
||||
<P>For front-ends, you can also do fba <B>-listinfo</B>, <B>-listinfomdonly</B>, <B>-listinfopceonly</B>, <B>-listinfotg16only</B>, <B>-listinfosgxonly</B>, <B>-listinfosg1000only</B> or <B>-listinfocolecoonly</B> which will output information about the supported games to
|
||||
<P>For front-ends, you can also do fba <B>-listinfo</B>, <B>-listinfomdonly</B>, <B>-listinfopceonly</B>, <B>-listinfotg16only</B>, <B>-listinfosgxonly</B>, <B>-listinfosg1000only</B>, <B>-listinfocolecoonly</B> or <B>-listinfosmsonly</B> which will output information about the supported games to
|
||||
stdout, and the ROM files they need in the MAME XML format.</P>
|
||||
|
||||
<P>You can also do fba <B>-listextrainfo</B>. This will output the following data in a tab-delimited format to stdout; setname, visible size, aspect ratio, hardware code, hardware description, working status, max players, comments.</P>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<P>The last ten folders (numbers 11 to 20) are special supplementary cases. Usually FB Alpha will take the first file for a rom it finds and ignore any in the later folders. Any files placed in the last ten folders will be searched as well as the first file found. So, if you have some roms that require extra files than that found in MAME (the Neo-Geo bios is a good example), then you could put the extra files in ones of these folders.</P>
|
||||
|
||||
<P>It is recommended to put the console (Megadrive/PC-Engine/Sega SG-1000/Colecovision) games in one of these special paths to prevent conflicts. Although, internally, FB Alpha uses an <I>md_</I> prefix for the Megadrive games shortnames, either a <I>pce_</I>, <I>tg_</I>, or <I>sgx_</I> prefix for PC-Engine games shortnames, <I>cv_</I> for Colecovision game shortnames, and <I>sg1k_</I> for Sega SG-1000 game shortnames, this prefix should not be applied to the zipfiles the roms are stored in. This means you can point some of the supplementary rom paths at your MESS software list folder(s) for Megadrive, PC-Engine, TurboGrafx 16 or SuperGrafx and you're done.</P>
|
||||
<P>It is recommended to put the console (Megadrive/PC-Engine/Sega SG-1000/Colecovision/Master System) games in one of these special paths to prevent conflicts. Although, internally, FB Alpha uses an <I>md_</I> prefix for the Megadrive games shortnames, either a <I>pce_</I>, <I>tg_</I>, or <I>sgx_</I> prefix for PC-Engine games shortnames, <I>cv_</I> for Colecovision game shortnames, <I>sg1k_</I> for Sega SG-1000 game shortnames, and <I>sms_</I> for Sega Master System game shortnames, this prefix should not be applied to the zipfiles the roms are stored in. This means you can point some of the supplementary rom paths at your MESS software list folder(s) for Megadrive, PC-Engine, TurboGrafx 16, SuperGrafx, ColecoVision, Sega SG-1000 or Sega Master System and you're done.</P>
|
||||
|
||||
<P><B>DO NOT ASK US WHERE TO FIND ROMS. They are copyrighted and we can't help you.</P>
|
||||
|
||||
|
|
Binary file not shown.
|
@ -42,7 +42,7 @@
|
|||
<LI>Miscellaneous drivers for lots of other hardware</LI>
|
||||
</UL>
|
||||
|
||||
<P>FB Alpha also has WIP console drivers for Sega Megadrive/Genesis, ColecoVision, Sega SG-1000 and also PC-Engine/TurboGrafx 16/SuperGrafx.</P>
|
||||
<P>FB Alpha also has WIP console drivers for Sega Megadrive/Genesis, ColecoVision, Sega SG-1000, Sega Master System and also PC-Engine/TurboGrafx 16/SuperGrafx.</P>
|
||||
|
||||
<P>FB Alpha can currently be obtained from <A HREF="http://www.fbalpha.com">http://www.fbalpha.com</A>.</P>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<TD VALIGN="TOP"><FONT FACE="verdana" SIZE="1">Enable this to turn on alpha blend effects for supported games. See the <A HREF="dialog_support_path.htm">Support File Path Dialog</A> section for more information.</FONT></TD></TR>
|
||||
|
||||
<TR><TD WIDTH="200" VALIGN="TOP"><FONT FACE="verdana" SIZE="1"><B>Generate dat file</B></FONT></TD>
|
||||
<TD VALIGN="TOP"><FONT FACE="verdana" SIZE="1">Generate dat files for use with rom managers. FB Alpha can output dat files in the clrmamepro (xml format). You can choose to ouput a dat file for the arcade games, or a console specific dat file (for Megadrive, PC-Engine, TurboGrafx 16, SuprGrafx, Sega SG-1000 or ColecoVision).</FONT></TD></TR>
|
||||
<TD VALIGN="TOP"><FONT FACE="verdana" SIZE="1">Generate dat files for use with rom managers. FB Alpha can output dat files in the clrmamepro (xml format). You can choose to ouput a dat file for the arcade games, or a console specific dat file (for Megadrive, PC-Engine, TurboGrafx 16, SuprGrafx, Sega SG-1000, ColecoVision, or Sega Master System).</FONT></TD></TR>
|
||||
|
||||
<TR><TD WIDTH="200" VALIGN="TOP"><FONT FACE="verdana" SIZE="1"><B>Configure ROM paths</B></FONT></TD>
|
||||
<TD VALIGN="TOP"><FONT FACE="verdana" SIZE="1">Open the <A HREF="dialog_rom_paths.htm">Rom Path Dialog</A>.</FONT></TD></TR>
|
||||
|
|
Loading…
Reference in New Issue