From 385a9adab250b06140aad204b2a7e2f492c9c0c9 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 11 Oct 2022 02:23:29 -0500 Subject: [PATCH] update credits --- src/gui/about.cpp | 2 +- src/main.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/about.cpp b/src/gui/about.cpp index d14cd4d1..6610af22 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -134,7 +134,7 @@ const char* aboutLine[]={ "MAME YMZ280B core by Aaron Giles", "SAASound by Dave Hooper and Simon Owen", "SameBoy by Lior Halphon", - "Mednafen PCE and WonderSwan audio cores", + "Mednafen PCE, WonderSwan, T6W28 and Virtual Boy audio cores", "SNES DSP core by Blargg", "puNES (NES, MMC5 and FDS) by FHorse", "NSFPlay (NES and FDS) by Brad Smith and Brezza", diff --git a/src/main.cpp b/src/main.cpp index aadc8ded..83bb31b6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -179,7 +179,8 @@ TAParamResult pVersion(String) { printf("- VERA core by Frank van den Hoef (BSD 2-clause)\n"); printf("- SAASound by Dave Hooper and Simon Owen (BSD 3-clause)\n"); printf("- SameBoy by Lior Halphon (MIT)\n"); - printf("- Mednafen PCE and WonderSwan by Mednafen Team (GPLv2)\n"); + 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("- NSFPlay by Brad Smith and Brezza (unknown open-source license)\n");