From 54d831ee9bb31886d7113399f68f5d2da7778223 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 28 Apr 2024 17:22:51 -0500 Subject: [PATCH] update emulation cores guide --- doc/9-guides/emulation-cores.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/9-guides/emulation-cores.md b/doc/9-guides/emulation-cores.md index d42dc459e..3882fc38f 100644 --- a/doc/9-guides/emulation-cores.md +++ b/doc/9-guides/emulation-cores.md @@ -9,6 +9,7 @@ Furnace achieves the authentic sound of videogame hardware by emulating sound ch - **YM2612 core**: - **Nuked-OPN2**: default core. a little lighter on the CPU than Nuked-OPM. - **ymfm**: same as ymfm above. + - **YMF276-LLE**: a new core written by the author of the Nuked cores, specifically focused on YMF276 emulation. it is very slow and not useful for real-time playback. - **SN76489 core**: - **MAME**: default core. less accurate than Nuked, but with lower CPU usage. comes from the MAME emulator project. @@ -34,6 +35,7 @@ Furnace achieves the authentic sound of videogame hardware by emulating sound ch - **OPN/OPNA/OPNB cores**: - **ymfm only**: lower CPU usage, less accurate FM. - **Nuked-OPN2 (FM) + ymfm (SSG/ADPCM)**: default cores. more accurate FM at the cost of more CPU load. + - **YM2608-LLE**: a new core written by the author of the Nuked cores. high accuracy, but extremely high CPU usage. - **OPL/OPL2/Y8950 core**: - **Nuked-OPL3**: high quality OPL emulation core. slightly off due to tiny differences between OPL and OPL3, but otherwise it is good.