From a685e2b47d93dbe2f34e14af4f4ce665b7cb64ca Mon Sep 17 00:00:00 2001 From: Michael J Kaye <1014467+mjkaye@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:26:57 +0100 Subject: [PATCH 1/2] Update COMMODORE config.json: add extlist Add extlist to COMMODORE config.json. Matches the supported extensions documented in the wiki. --- .../Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json b/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json index 1b22b2c3c..6c60125d4 100644 --- a/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json +++ b/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json @@ -8,5 +8,5 @@ "useswap":0, "shortname":0, "hidebios":0, -"extlist":"" +"extlist":"d64|D64|zip|ZIP|7z|7Z|t64|T64|crt|CRT|prg|PRG|nib|NIB|tap|TAP" } From 4fffc21bf1bfbca37f6b9f97db34b17945cc885f Mon Sep 17 00:00:00 2001 From: Michael J Kaye <1014467+mjkaye@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:42:23 +0100 Subject: [PATCH 2/2] Update config.json: Remove uppercase extensions from extlist --- .../Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json b/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json index 6c60125d4..156b7a14d 100644 --- a/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json +++ b/static/packages/Emu/Commodore - C64 (VICE x64)/Emu/COMMODORE/config.json @@ -8,5 +8,5 @@ "useswap":0, "shortname":0, "hidebios":0, -"extlist":"d64|D64|zip|ZIP|7z|7Z|t64|T64|crt|CRT|prg|PRG|nib|NIB|tap|TAP" +"extlist":"d64|zip|7z|t64|crt|prg|nib|tap" }