summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/ymfm/README.md
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/ymfm/README.md')
-rw-r--r--3rdparty/ymfm/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/3rdparty/ymfm/README.md b/3rdparty/ymfm/README.md
index a7f16d6660a..86b7dd446f9 100644
--- a/3rdparty/ymfm/README.md
+++ b/3rdparty/ymfm/README.md
@@ -23,12 +23,14 @@ Currently, support is present for the following chips (organized by header file)
* YM2612 (OPN2)
* YM3438 (OPN2C)
* YMF276 (OPN2L)
+ * YMF288 (OPN3L)
* ymfm_opl.h:
* YM3526 (OPL)
* Y8950 (MSX-Audio)
* YM3812 (OPL2)
* YMF262 (OPL3)
- * YMF278B (OPL4) -- partial (only the FM side)
+ * YMF289B (OPL3L)
+ * YMF278B (OPL4)
* YM2413 (OPLL)
* YM2423 (OPLL-X)
* YMF281 (OPLLP)
@@ -38,6 +40,11 @@ Currently, support is present for the following chips (organized by header file)
* ymfm_opz.h:
* YM2414 (OPZ) -- preliminary
+There are some obviously-related chips that also are on my horizon but have no implementation as yet:
+
+* YMW-258-F 'GEW8' (aka Sega 315-5560 aka Sega Multi-PCM)
+* YMF271 (OPX)
+
## History
These cores were originally written during the summer and fall of 2020 as part of the [MAME](https://mamedev.org/) project.