diff --git a/dev/api/device.rst b/dev/api/device.rst index 51ad077..2bd5651 100644 --- a/dev/api/device.rst +++ b/dev/api/device.rst @@ -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 ` 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);