From aba0eff53a735f6748877766e01d78f9e2d6f549 Mon Sep 17 00:00:00 2001 From: JacKc029735 <37247884+JacKc029735@users.noreply.github.com> Date: Sat, 22 Aug 2020 15:52:52 +0200 Subject: [PATCH] Updated Command Line (markdown) --- Command-Line.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Command-Line.md b/Command-Line.md index 5e92916..9167326 100644 --- a/Command-Line.md +++ b/Command-Line.md @@ -3,9 +3,9 @@ # Command Line -

FB Alpha can be invoked with command line options. When invoked this way, FB Alpha will automatically switch to fullscreen mode when a game is loaded, and the Escape key quits FB Alpha. The options are as follows;

+

FB Neo can be invoked with command line options. When invoked this way, FB Neo will automatically switch to fullscreen mode when a game is loaded, and the Escape key quits FB Neo. The options are as follows;

-

fba <game> [-listinfo|-w|-a|-r <width>x<height>x<depth>]

+

fbneo <game> [-listinfo|-w|-a|-r <width>x<height>x<depth>]

<game> = The game's romname. You can specify the filename of a savestate or input recording instead.
-w = Run in a window instead of fullscreen.
@@ -17,18 +17,18 @@

Examples:

-

fba sfa3 -r 800x600x32

+

fbneo sfa3 -r 800x600x32

-

fba awesome_sfzch_recording.fr -w

+

fbneo awesome_sfzch_recording.fr -w

-

fba vsav2 -a

+

fbneo vsav2 -a

-

For front-ends, you can also do fba -listinfo, -listinfomdonly, -listinfopceonly, -listinfotg16only, -listinfosgxonly, -listinfosg1000only, -listinfocolecoonly, or -listinfosmsonly, -listinfoggonly, -listinfomsxonly, or -listinfospectrumonly which will output information about the supported games to +

For front-ends, you can also do fbneo -listinfo, -listinfomdonly, -listinfopceonly, -listinfotg16only, -listinfosgxonly, -listinfosg1000only, -listinfocolecoonly, or -listinfosmsonly, -listinfoggonly, -listinfomsxonly, or -listinfospectrumonly which will output information about the supported games to stdout, and the ROM files they need in the MAME XML format.

-

You can also do fba -listextrainfo. 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.

+

You can also do fbneo -listextrainfo. 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.

- + \ No newline at end of file