summarylogtreecommitdiffstats
path: root/dosboxdk_addon.conf
diff options
context:
space:
mode:
authorConstantin Nickel2019-05-25 06:36:39 +0200
committerConstantin Nickel2019-05-25 06:36:39 +0200
commit4ec24b097b0849a7b42ced676feedf932e559cf8 (patch)
treeb44db348b6c00fe2ae66a4f2d31b112cdb978cfb /dosboxdk_addon.conf
parent296cc5ebffa638520eecf65c6bae9f9a15f5d24d (diff)
downloadaur-4ec24b097b0849a7b42ced676feedf932e559cf8.tar.gz
new gog installer version
Diffstat (limited to 'dosboxdk_addon.conf')
-rw-r--r--dosboxdk_addon.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/dosboxdk_addon.conf b/dosboxdk_addon.conf
new file mode 100644
index 000000000000..2c0d50754d94
--- /dev/null
+++ b/dosboxdk_addon.conf
@@ -0,0 +1,13 @@
+[ipx]
+# ipx -- Enable ipx over UDP/IP emulation.
+ipx=false
+
+[autoexec]
+# Lines in this section will be run at startup.
+@echo off
+mount C "."
+imgmount d "game.inst" -t iso -fs iso
+c:
+cls
+deeper.exe
+exit \ No newline at end of file