From 25475af0f90c46d4acce0d4b8f5961f5c60862db Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 17 Jan 2024 00:38:52 -0500 Subject: [PATCH] mention ESFM in doc (ins and sys list) --- doc/4-instrument/README.md | 1 + doc/7-systems/README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/4-instrument/README.md b/doc/4-instrument/README.md index 1825371a7..1ba003c13 100644 --- a/doc/4-instrument/README.md +++ b/doc/4-instrument/README.md @@ -39,6 +39,7 @@ the following instrument types are available: - [VRC6](vrc6.md) - for use with VRC6's PSG sound source. - [FM (OPLL)](fm-opll.md) - for use with YM2413. - [FM (OPL)](fm-opll.md) - for use with YM3526 (OPL), YM3812 (OPL2) and YMF262 (OPL3). +- [FM (ESFM)](fm-esfm.md) - for use with ESFM. - [FDS](fds.md) - for use with Famicom Disk System sound source. - [Virtual Boy](virtual-boy.md) - for use with Virtual Boy. - [Namco 163](n163.md) - for use with Namco 163. diff --git a/doc/7-systems/README.md b/doc/7-systems/README.md index a8387d85e..4c1d09f98 100644 --- a/doc/7-systems/README.md +++ b/doc/7-systems/README.md @@ -108,8 +108,9 @@ this is the full list of chips that Furnace supports. - [VRC6](vrc6.md) - [WonderSwan](wonderswan.md) - [X1-010](x1-010.md) -- [VRC7, Y8950, YM3526, YM3812 and YMF262 (OPL)](opl.md) -- [YM2413 (OPLL)](opll.md) +- [Y8950, YM3526, YM3812 and YMF262 (OPL)](opl.md) +- [ESFM](esfm.md) +- [VRC7 and YM2413 (OPLL)](opll.md) - [YM2414 (OPZ)](opz.md) - [YM2151 (OPM)](ym2151.md) - [YM2203 (OPN)](ym2203.md)