-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdosbox-simso.conf
More file actions
31 lines (25 loc) · 1.03 KB
/
Copy pathdosbox-simso.conf
File metadata and controls
31 lines (25 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ------------------------------------------------------------------
# Build & run the DOS/Turbo C++ simso project (AFTER installing - see
# install.conf). Self-contained layout: LAUNCH DOSBOX FROM THIS FOLDER
# so the relative paths resolve, e.g.:
# cd /path/to/simso-dos
# dosbox -conf dosbox-simso.conf
# ------------------------------------------------------------------
[sdl]
fullscreen=false
[cpu]
cycles=20000
[autoexec]
mount c "extras" # compiler home (same subfolder used by install.conf)
mount d "." # this project folder
# Turbo C++ 3.0 -> C:\TC ; Borland C++ 3.1 -> C:\BORLANDC .
# Match these to where it installed (and set BC= in BUILD.BAT).
path=C:\TC\BIN;Z:\
set INCLUDE=C:\TC\INCLUDE
set LIB=C:\TC\LIB
d:
rem If DOSBox's built-in mouse driver isn't answering int 33h (DIAG.C
rem shows hayraton staying 0 and x/y never changing), load a real DOS
rem mouse TSR instead. Put CTMOUSE.EXE in this folder, then uncomment:
rem ctmouse
echo Type BUILD to compile, then run the resulting .EXE (LIBTEST / SIMSO).