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;

View File

@@ -23,7 +23,7 @@ DMA
* - **Return value**
- 8- (channels ``0``-``3``) or 16-bit (channels ``5``-``7``) value read from the given DMA channel, or ``DMA_NODATA`` if no data was read.
May include a ``DMA_OVER`` flag (located above the most significant data bit so as to not affect the data) indicating that this was the last byte or word transferred, after which the channel is auto-initialized or masked depending on its configuration.
May include a ``DMA_OVER`` bit flag (located above the most significant data bit so as to not affect the data) indicating that this was the last byte or word transferred, after which the channel is auto-initialized or masked depending on its configuration.
.. flat-table:: dma_channel_write
:header-rows: 1