From 487050ac81fa5f9f7a9233cb801156c426f9f9a7 Mon Sep 17 00:00:00 2001 From: tmaul <50554883+tmaul@users.noreply.github.com> Date: Fri, 2 Aug 2019 17:12:43 +0100 Subject: [PATCH] Created Command Line (markdown) --- Command-Line.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Command-Line.md diff --git a/Command-Line.md b/Command-Line.md new file mode 100644 index 0000000..5e92916 --- /dev/null +++ b/Command-Line.md @@ -0,0 +1,34 @@ + + + +# 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;

+ +

fba <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.
+-a = Use the same resolution as the original arcade game.
+-r = Specify a resolution. Depth is optional.

+ +

If neither -a nor -r are specified, the default fullscreen resolution is used.

+ +

Examples:

+ + +

fba sfa3 -r 800x600x32

+ +

fba awesome_sfzch_recording.fr -w

+ +

fba 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 +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.

+ + + +