mirror of
https://github.com/86Box/docs.git
synced 2026-02-22 01:25:34 -07:00
Merge branch 'master' of ssh://github.com/86Box/docs into v5.1
This commit is contained in:
@@ -6,6 +6,11 @@ Opening 86Box will start the **virtual machine manager**, which allows for creat
|
||||
.. note::
|
||||
* This manager is currently a preview, with a limited feature set expanding upon the previous standalone `86Box Manager <https://github.com/86Box/86BoxManager>`_ app. Other managers with more features can still be used.
|
||||
* Running 86Box directly no longer creates or starts an emulated machine in the current folder like on previous versions. The ``-P``/``--vmpath`` command line option can be used to start a machine directly instead.
|
||||
* The manager can be fully disabled (restoring the behavior of previous 86Box versions when launched without specifying a virtual machine path on the command line) by adding ``vmm_disabled = 1`` to the global configuration file, which is stored at one of the following locations based on the platform:
|
||||
|
||||
* **Windows**: ``C:\Users\[username]\AppData\Local\86Box\86box_global.cfg``
|
||||
* **Linux**: ``~/.config/86Box/86box_global.cfg``
|
||||
* **macOS**: ``~/Library/Preferences/86Box/86box_global.cfg``
|
||||
|
||||
Machine list
|
||||
------------
|
||||
|
||||
@@ -18,6 +18,8 @@ The emulator utilizes a search path mechanism to locate ROMs. By default, the fo
|
||||
|
||||
A custom location can be specified by using the ``-R`` or ``--rompath`` command line argument, which then precedes any other considered locations.
|
||||
|
||||
.. tip:: The list of all paths searched when loading ROMs is printed to the log and standard output when 86Box starts.
|
||||
|
||||
.. rubric:: Windows
|
||||
|
||||
The following locations are searched on Windows:
|
||||
@@ -38,7 +40,7 @@ This usually resolves to ``~/.local/share/86Box/roms``, ``/usr/local/share/86Box
|
||||
|
||||
The following locations are searched on macOS:
|
||||
|
||||
1. ``~/Library/Application Support/net.86box.86Box/roms``
|
||||
2. ``/Library/Application Support/net.86box.86Box/roms``
|
||||
1. ``~/Library/Application Support/86Box/roms``
|
||||
2. ``/Library/Application Support/86Box/roms``
|
||||
|
||||
.. tip:: The list of all paths searched when loading ROMs is printed to the log and standard output when 86Box starts.
|
||||
.. note:: If 86Box cannot find any ROM dumps even after you extracted the set into one of the directories listed above, please make sure that the ``roms`` folder name does not contain a hidden extension. This can be fixed by selecting the folder in Finder, choosing *Get Info* in the context menu or the *File* menu, and renaming the folder in the *Name & Extension* section of the information window.
|
||||
|
||||
Reference in New Issue
Block a user