summarylogtreecommitdiffstats
path: root/dosboxdk_single.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dosboxdk_single.conf')
-rw-r--r--dosboxdk_single.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/dosboxdk_single.conf b/dosboxdk_single.conf
new file mode 100644
index 000000000000..48f4113dcbea
--- /dev/null
+++ b/dosboxdk_single.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
+keeper.exe
+exit \ No newline at end of file