Added OPL2Board external documentation

This commit is contained in:
Jose Phillips
2025-08-27 03:21:11 -05:00
parent d783e6eff9
commit 651bc6ae10
2 changed files with 22 additions and 0 deletions

19
hardware/externalopl.rst Normal file
View File

@@ -0,0 +1,19 @@
External OPL Audio Support
==========================
86Box now supports the **OPL2Board** as an external audio device.
This allows users to connect a real OPL2 (YM3812) chip through the board and use it alongside the emulator for authentic FM synthesis output.
Usage
-----
1. Connect your OPL2Board to the host system.
2. Select the sound card **[ISA] OPL2Board [External Device]**.
3. In the **Configure** button, select the serial port to which the board is connected.
Notes for OPL2Board
-------------------
- You need an **Arduino Nano** and an **OPL2Board** from Cheerful Electronic.
- Follow the **instructions from the manufacturer** and upload ``SerialPassthrough.ino`` to the Arduino Nano.
- If you want **PCM audio**, you can add an **additional sound card** and disable the OPL output.