From 05d389adac7eb5af25d69fccb949e6f246e1aa17 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 22 Dec 2022 19:25:11 -0500 Subject: [PATCH] update credits --- src/gui/about.cpp | 3 +++ src/main.cpp | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 0d14465dd..d73466389 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -154,6 +154,9 @@ const char* aboutLine[]={ "QSound emulator by superctr and Valley Bell", "VICE VIC-20 sound core by Rami Rasanen and viznut", "VERA sound core by Frank van den Hoef", + "mzpokeysnd POKEY emulator by Michael Borisov", + "ASAP POKEY emulator by Piotr Fusik", + "ported by laoo to C++", "K005289 emulator by cam900", "Namco 163 emulator by cam900", "Seta X1-010 emulator by cam900", diff --git a/src/main.cpp b/src/main.cpp index 79502ad63..6bc7d9601 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -195,6 +195,8 @@ TAParamResult pVersion(String) { printf("- Stella by Stella Team (GPLv2)\n"); printf("- vgsound_emu (second version, modified version) by cam900 (zlib license)\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"); return TA_PARAM_QUIT; }