From 5fa444664df3af473134205021b1af60c7eb66f6 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 21 Aug 2025 15:42:25 -0300 Subject: [PATCH] AT32 device flag --- dev/api/device.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/api/device.rst b/dev/api/device.rst index 2af01e6..d1a207f 100644 --- a/dev/api/device.rst +++ b/dev/api/device.rst @@ -25,6 +25,7 @@ The **device** is the main unit of emulated components in 86Box. Each device is * ``DEVICE_EISA``: EISA (reserved for future use); * ``DEVICE_VLB``: VESA Local Bus; * ``DEVICE_OLB``: OPTi Local Bus; + * ``DEVICE_AT32``: Mylex AT32 local bus; * ``DEVICE_PCI``: 32-bit PCI; * ``DEVICE_AGP``: AGP 3.3V; * ``DEVICE_PCMCIA``: PCMCIA (reserved for future use);