This commit is contained in:
RichardG867
2022-03-19 01:35:29 -03:00
parent f320e14856
commit 1614beeb67
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ The **device** is the main unit of emulated components in 86Box. Each device has
- The device's internal name, used to identify the device in the emulated machine's configuration file. ``"foo1234"`` for example.
* - :cspan:`1` flags
- One or more bitwise flags to indicate the expansion bus(es) supported by the device, for determining device eligibility on the selected machine:
- One or more bit flags to indicate the expansion bus(es) supported by the device, for determining device eligibility on the selected machine:
* ``DEVICE_ISA``: 8-bit ISA;
* ``DEVICE_AT``: 16-bit ISA;