From 1614beeb67c8150dd8e5d346b81ca89f1afefb5d Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 19 Mar 2022 01:35:29 -0300 Subject: [PATCH] Bitflags --- dev/api/device.rst | 2 +- dev/api/dma.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/api/device.rst b/dev/api/device.rst index fc8d688..71d71e8 100644 --- a/dev/api/device.rst +++ b/dev/api/device.rst @@ -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; diff --git a/dev/api/dma.rst b/dev/api/dma.rst index 5111224..ed5eab9 100644 --- a/dev/api/dma.rst +++ b/dev/api/dma.rst @@ -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