PCjr sidecar flag

This commit is contained in:
RichardG867
2025-08-21 15:32:18 -03:00
parent 0405074dc1
commit 1569802f25

View File

@@ -19,6 +19,7 @@ The **device** is the main unit of emulated components in 86Box. Each device is
* - :cspan:`1` ``flags``
- One or more bit flags to indicate the expansion bus(es) supported by the device, for determining :ref:`device availability <dev/api/device:Availability>` on the selected machine:
* ``DEVICE_PCJR``: IBM PCjr sidecar;
* ``DEVICE_ISA``: 8-bit ISA;
* ``DEVICE_AT``: 16-bit ISA;
* ``DEVICE_EISA``: EISA (reserved for future use);