From ff41e8b1c95037d80f8855e39cde8ffa5db6b653 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 6 Apr 2024 18:49:43 -0500 Subject: [PATCH] update credits --- src/gui/about.cpp | 1 + src/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 4e4892da0..71f88faa8 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -219,6 +219,7 @@ const char* aboutLine[]={ "YM3812-LLE, YMF262-LLE and YMF276-LLE by nukeykt", "ESFMu (modified version) by Kagamiin~", "ymfm by Aaron Giles", + "emu2413 by Digital Sound Antiques", "MAME SN76496 by Nicola Salmoria", "MAME AY-3-8910 by Couriersud", "with AY8930 fixes by Eulous, cam900 and Grauw", diff --git a/src/main.cpp b/src/main.cpp index a954759a7..91a5e8302 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -214,6 +214,7 @@ TAParamResult pVersion(String) { printf("- YMF276-LLE by nukeykt (GPLv2)\n"); printf("- ESFMu (modified version) by Kagamiin~ (LGPLv2.1)\n"); printf("- ymfm by Aaron Giles (BSD 3-clause)\n"); + printf("- emu2413 by Digital Sound Antiques (MIT)\n"); printf("- adpcm by superctr (public domain)\n"); printf("- adpcm-xq by David Bryant (BSD 3-clause)\n"); printf("- MAME SN76496 emulation core by Nicola Salmoria (BSD 3-clause)\n");