From 731d54019f96de64bd643fbbdffd906fb69a18a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Thu, 16 Dec 2021 14:14:35 +0100 Subject: [PATCH] Including turbografx alias. --- .github/calculate_db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/calculate_db.py b/.github/calculate_db.py index 9839ec8ea..d3951933e 100755 --- a/.github/calculate_db.py +++ b/.github/calculate_db.py @@ -28,8 +28,8 @@ class Tags: for alias_list in [ ['nes', 'famicom', 'nintendo'], ['snes', 'sufami', 'super_nes', 'super_nintendo', 'super_famicom'], - ['tgfx16', 'turbografx16', 'turbografx_16', 'pcengine', 'pc_engine'], - ['tgfx16cd', 'tgfx16_cd', 'turbografx16cd', 'pcenginecd', 'turbografx16_cd', 'turbografx_16_cd', 'pcengine_cd', 'pc_engine_cd'], + ['tgfx16', 'turbografx16', 'turbografx_16', 'turbografx', 'pcengine', 'pc_engine'], + ['tgfx16cd', 'tgfx16_cd', 'turbografx16cd', 'pcenginecd', 'turbografx16_cd', 'turbografx_16_cd', 'turbografx_cd', 'pcengine_cd', 'pc_engine_cd'], ['mega_drive', 'megadrive', 'genesis'], ['megacd', 'mega_cd', 'segacd', 'sega_cd'], ['sms', 'mastersystem', 'master_system'],