From 54d1998c70d60cc65089032b4d3635a3e50f03b3 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 7 Mar 2025 02:16:09 -0500 Subject: [PATCH] make it clear I modified some of these cores --- src/gui/about.cpp | 4 ++-- src/main.cpp | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 8507f47a5..9e0d7033b 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -137,14 +137,14 @@ const char* aboutLine[]={ _N("MAME MSM5232 core by Jarek Burczynski and Hiromitsu Shioya"), _N("MAME MSM6258 core by Barry Rodewald"), _N("MAME YMZ280B core by Aaron Giles"), - _N("MAME GA20 core by Acho A. Tang and R. Belmont"), + _N("MAME GA20 core by Acho A. Tang, R. Belmont and Valley Bell (modified version)"), _N("MAME SegaPCM core by Hiromitsu Shioya and Olivier Galibert"), _N("MAME µPD1771C-017 HLE core by David Viens"), _N("SAASound by Dave Hooper and Simon Owen"), _N("SameBoy by Lior Halphon"), _N("Mednafen PCE, WonderSwan, T6W28 and Virtual Boy audio cores"), _N("SNES DSP core by Blargg"), - _N("puNES (NES, MMC5 and FDS) by FHorse"), + _N("puNES (NES, MMC5 and FDS) by FHorse (modified version)"), _N("NSFPlay (NES and FDS) by Brad Smith and Brezza"), _N("reSID by Dag Lem"), _N("reSIDfp by Dag Lem, Antti Lankila"), diff --git a/src/main.cpp b/src/main.cpp index fce15ed5c..a3a4d30b1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -313,7 +313,7 @@ TAParamResult pVersion(String) { printf("- MAME MSM5232 core by Jarek Burczynski and Hiromitsu Shioya (GPLv2)\n"); printf("- MAME MSM6258 core by Barry Rodewald (BSD 3-clause)\n"); printf("- MAME YMZ280B core by Aaron Giles (BSD 3-clause)\n"); - printf("- MAME GA20 core by Acho A. Tang and R. Belmont (BSD 3-clause)\n"); + printf("- MAME GA20 core (modified version) by Acho A. Tang, R. Belmont and Valley Bell (BSD 3-clause)\n"); printf("- MAME SegaPCM core by Hiromitsu Shioya and Olivier Galibert (BSD 3-clause)\n"); printf("- MAME µPD1771C-017 HLE core by David Viens (BSD 3-clause)\n"); printf("- QSound core by superctr (BSD 3-clause)\n"); @@ -325,7 +325,7 @@ TAParamResult pVersion(String) { printf("- Mednafen PCE, WonderSwan and Virtual Boy by Mednafen Team (GPLv2)\n"); printf("- Mednafen T6W28 by Blargg (GPLv2)\n"); printf("- SNES DSP core by Blargg (LGPLv2.1)\n"); - printf("- puNES by FHorse (GPLv2)\n"); + printf("- puNES (modified version) by FHorse (GPLv2)\n"); printf("- NSFPlay by Brad Smith and Brezza (unknown open-source license)\n"); printf("- reSID by Dag Lem (GPLv2)\n"); printf("- reSIDfp by Dag Lem, Antti Lankila and Leandro Nini (GPLv2)\n"); @@ -334,7 +334,6 @@ TAParamResult pVersion(String) { printf("- vgsound_emu (second version, modified version) by cam900 (zlib license)\n"); printf("- Impulse Tracker GUS volume table by Jeffrey Lim (BSD 3-clause)\n"); printf("- Schism Tracker IT sample decompression (GPLv2)\n"); - printf("- MAME GA20 core by Acho A. Tang, R. Belmont, Valley Bell (BSD 3-clause)\n"); printf("- Atari800 mzpokeysnd POKEY emulator by Michael Borisov (GPLv2)\n"); printf("- ASAP POKEY emulator by Piotr Fusik ported to C++ by laoo (GPLv2)\n"); printf("- SM8521 emulator (modified version) by cam900 (zlib license)\n");