From 72393452df5b3064bbf2b2b5c356c55352b290fa Mon Sep 17 00:00:00 2001 From: Jose Phillips Date: Wed, 27 Aug 2025 03:31:35 -0500 Subject: [PATCH 1/2] Missing index --- index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/index.rst b/index.rst index e1f7d01..46bfe5c 100644 --- a/index.rst +++ b/index.rst @@ -50,6 +50,7 @@ Contents hardware/ideterqua hardware/network hardware/isabugger + hardware/externalopl .. toctree:: :maxdepth: 1 From 02ce01e19caabb107710a691a6ac69f448e9f768 Mon Sep 17 00:00:00 2001 From: Jose Phillips Date: Mon, 17 Nov 2025 00:13:27 -0500 Subject: [PATCH 2/2] Rename YMOPL2Board to OPL2Board in documentation --- hardware/externalopl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/externalopl.rst b/hardware/externalopl.rst index bdbe363..42dee72 100644 --- a/hardware/externalopl.rst +++ b/hardware/externalopl.rst @@ -1,14 +1,14 @@ External OPL audio ================== -The **YMOPL2Board** :ref:`sound card ` allows for a real Yamaha OPL2 (YM3812) chip to be connected to the emulated machine for authentic FM synthesis output. +The **OPL2Board** :ref:`sound card ` allows for a real Yamaha OPL2 (YM3812) chip to be connected to the emulated machine for authentic FM synthesis output. Usage ----- 1. Connect the `OPL2 Audio Board from Cheerful Electronic `_ to a `supported Arduino board `_. 2. Connect the Arduino board to the host system. -3. Select the **YMOPL2Board (External Device)** sound card on the :ref:`emulated machine's configuration `. +3. Select the **OPL2Board (External Device)** sound card on the :ref:`emulated machine's configuration `. 4. Use the *Configure* button to select the Arduino's serial port. .. note::