From c5f43e27aea52b0898a334a9c21725e3b56656a7 Mon Sep 17 00:00:00 2001 From: danblu3 Date: Mon, 1 Sep 2025 19:21:24 +0000 Subject: [PATCH 1/2] Updating platform_maps.py to work with unified slugs --- RomM/platform_maps.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/RomM/platform_maps.py b/RomM/platform_maps.py index ac770d2..456ce23 100644 --- a/RomM/platform_maps.py +++ b/RomM/platform_maps.py @@ -54,9 +54,9 @@ "media-player": "Media Player", "mega-duck-slash-cougar-boy": "Mega Duck", "msx": "Microsoft - MSX", - "turbografx-16-slash-pc-engine-cd": "NEC PC Engine CD", + "turbografx-cd": "NEC PC Engine CD", + "tg16": "NEC PC Engine" "supergrafx": "NEC PC Engine SuperGrafx", - "turbografx16--1": "NEC PC Engine", "pc-8000": "NEC PC-8000 - PC-8800 series", "pc-fx": "NEC PC-FX", "pc-9800-series": "NEC PC98", @@ -89,7 +89,7 @@ "dc": "Sega Dreamcast", "gamegear": "Sega Game Gear", "sega-master-system": "Sega Master System", - "genesis-slash-megadrive": "Sega Mega Drive - Genesis", + "genesis": "Sega Mega Drive - Genesis", "sega-pico": "Sega Pico", "segacd": "Sega Mega CD - Sega CD", "sg1000": "Sega SG-1000", @@ -98,7 +98,7 @@ "sharp-x68000": "Sharp X68000", "sinclair-zx81": "Sinclair ZX 81", "zxs": "Sinclair ZX Spectrum", - "ps": "Sony Playstation", + "psx": "Sony Playstation", "psp": "Sony Playstation Portable", "tic-80": "TIC-80", "ti-83": "Texas Instruments TI-83", @@ -146,9 +146,8 @@ "msx": "MSX", "msx2": "MSX", # same folder for both MSX and MSX2 "supergrafx": "SGFX", - "pcecd": "PCECD", - "turbografx16--1": "PCE", - "turbografx-16-slash-pc-engine-cd": "PCE", + "turbografx-cd": "PCECD", + "tg16": "PCE", "n64": "N64", "nds": "NDS", "nes": "FC", @@ -171,7 +170,7 @@ "dc": "DC", "gamegear": "GG", "msumd": "MSUMD", - "genesis-slash-megadrive": "MD", + "genesis": "MD", "mastersystem": "MS", "sg1000": "SEGASGONE", "sharp-x68000": "X68000", From 94491ceb03e3bf54aaa12ad124e7952ca0c61776 Mon Sep 17 00:00:00 2001 From: danblu3 Date: Mon, 1 Sep 2025 19:33:24 +0000 Subject: [PATCH 2/2] Updating formatting --- RomM/platform_maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RomM/platform_maps.py b/RomM/platform_maps.py index 456ce23..2881ac5 100644 --- a/RomM/platform_maps.py +++ b/RomM/platform_maps.py @@ -55,7 +55,7 @@ "mega-duck-slash-cougar-boy": "Mega Duck", "msx": "Microsoft - MSX", "turbografx-cd": "NEC PC Engine CD", - "tg16": "NEC PC Engine" + "tg16": "NEC PC Engine", "supergrafx": "NEC PC Engine SuperGrafx", "pc-8000": "NEC PC-8000 - PC-8800 series", "pc-fx": "NEC PC-FX",