From ce112d0eff45c1a0c81de69c0f13152487a4c563 Mon Sep 17 00:00:00 2001 From: freq-mod <32672779+freq-mod@users.noreply.github.com> Date: Sun, 20 Feb 2022 17:05:21 +0100 Subject: [PATCH] more technical technical names --- src/engine/sysDef.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 55fb3a190..ecba0aef7 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -491,7 +491,7 @@ const char* DivEngine::getSystemChips(DivSystem sys) { case DIV_SYSTEM_SMS_OPLL: return "TI SN76489 + Yamaha YM2413"; case DIV_SYSTEM_GB: - return "Game Boy"; + return "Sharp LR35902"; case DIV_SYSTEM_PCE: return "Hudson Soft HuC6280"; case DIV_SYSTEM_NES: @@ -512,7 +512,7 @@ const char* DivEngine::getSystemChips(DivSystem sys) { case DIV_SYSTEM_AY8910: return "AY-3-8910"; case DIV_SYSTEM_AMIGA: - return "Paula"; + return "MOS 8364 Paula"; case DIV_SYSTEM_YM2151: return "Yamaha YM2151 standalone"; case DIV_SYSTEM_YM2612: