From 749ef4c9e1a66c6e8c3a35ce5ce0d191afad5ee8 Mon Sep 17 00:00:00 2001 From: KeyserSoze1 <6797509+KeyserSoze1@users.noreply.github.com> Date: Sat, 6 Dec 2025 11:28:54 -0500 Subject: [PATCH] Add .cmd file extension to NEC PC-98 --- config/emulators/pc-9800.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/emulators/pc-9800.conf b/config/emulators/pc-9800.conf index d864ed60f1..b40cd73ee9 100644 --- a/config/emulators/pc-9800.conf +++ b/config/emulators/pc-9800.conf @@ -4,7 +4,7 @@ SYSTEM_MANUFACTURER="NEC" SYSTEM_RELEASE="1983" SYSTEM_HARDWARE="computer" SYSTEM_PATH="/storage/roms/pc98" -SYSTEM_EXTENSION=".d98 .zip .fdi .fdd .2hd .tfd .d88 .hdm .xdf .dup .hdi .thd .nhd .hdd .hdn" +SYSTEM_EXTENSION=".d98 .zip .fdi .fdd .2hd .tfd .d88 .hdm .xdf .dup .hdi .thd .nhd .hdd .hdn .cmd" SYSTEM_PLATFORM="pc98" SYSTEM_THEME="pc98" SYSTEM_WIKI_PATH="pc98"