summarylogtreecommitdiffstats
path: root/fix-dosbox-mounts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-dosbox-mounts.patch')
-rw-r--r--fix-dosbox-mounts.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/fix-dosbox-mounts.patch b/fix-dosbox-mounts.patch
new file mode 100644
index 000000000000..41befbb333a6
--- /dev/null
+++ b/fix-dosbox-mounts.patch
@@ -0,0 +1,42 @@
+diff --git a/app/dosboxsc2000_addon.conf b/app/dosboxsc2000_addon.conf
+--- a/app/dosboxsc2000_addon.conf
++++ b/app/dosboxsc2000_addon.conf
+@@ -1,8 +1,8 @@
+ [autoexec]
+ # Lines in this section will be run at startup.
+-mount C ".."
++mount C "."
+ @echo off
+-imgmount d "..\SC2000SE.DAT" -t iso -fs iso
++imgmount d "sc2000se.dat" -t iso -fs iso
+ c:
+ cls
+ SCURK.COM
+diff --git a/app/dosboxsc2000_settings.conf b/app/dosboxsc2000_settings.conf
+--- a/app/dosboxsc2000_settings.conf
++++ b/app/dosboxsc2000_settings.conf
+@@ -1,8 +1,8 @@
+ [autoexec]
+ # Lines in this section will be run at startup.
+ @echo off
+-mount C ".."
+-imgmount d "..\SC2000SE.DAT" -t iso -fs iso
++mount C "."
++imgmount d "sc2000se.dat" -t iso -fs iso
+ c:
+ cls
+ call install.exe
+diff --git a/app/dosboxsc2000_single.conf b/app/dosboxsc2000_single.conf
+--- a/app/dosboxsc2000_single.conf
++++ b/app/dosboxsc2000_single.conf
+@@ -1,8 +1,8 @@
+ [autoexec]
+ # Lines in this section will be run at startup.
+ @echo off
+-mount C ".."
+-imgmount d "..\SC2000SE.DAT" -t iso -fs iso
++mount C "."
++imgmount d "sc2000se.dat" -t iso -fs iso
+ c:
+ cls
+ call SC2000.BAT