From f1f2eb6bcb4967d7e62223cdc933b516e19a352e Mon Sep 17 00:00:00 2001 From: cam900 Date: Wed, 18 Sep 2024 11:03:59 +0900 Subject: [PATCH] Add emulation core docs for OPL4 --- doc/9-guides/emulation-cores.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/9-guides/emulation-cores.md b/doc/9-guides/emulation-cores.md index 8bf54ab4e..b636927eb 100644 --- a/doc/9-guides/emulation-cores.md +++ b/doc/9-guides/emulation-cores.md @@ -49,6 +49,10 @@ Furnace achieves the authentic sound of videogame hardware by emulating sound ch - **YMF262-LLE**: a new core written by the author of the Nuked cores. it features _extremely_ accurate emulation. - this core uses even more CPU than YM3812-LLE. not suitable for playback or even rendering if you're impatient! +- **OPL4 core**: + - **Nuked-OPL3 (FM) + openMSX (PCM)**: high quality OPL4 emulation core. + - **ymfm**: this core is supposed to use less CPU than Nuked-OPL3, but for some reason it actually doesn't. + - **ESFM core**: - **ESFMu**: the ESFM emulator. best choice but CPU intensive. - **ESFMu (fast)**: this is a modification of ESFMu to reduce CPU usage at the cost of less accuracy.