-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall-dosbox-x.conf
More file actions
37 lines (31 loc) · 1.44 KB
/
Copy pathinstall-dosbox-x.conf
File metadata and controls
37 lines (31 loc) · 1.44 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
32
33
34
35
36
37
# ------------------------------------------------------------------
# DOSBox-X config to install Turbo C++ 3.0 from the 5 x 720KB floppy
# images. DOSBox-X (unlike some plain DOSBox builds) supports mounting
# multiple floppy images on one drive and swapping between them.
#
# LAUNCH FROM THIS FOLDER so the relative paths resolve:
# cd /path/to/simso-dos
# dosbox-x -conf install-dosbox-x.conf
# ------------------------------------------------------------------
[sdl]
fullscreen=false
[dosbox]
# leave machine at default (svga_s3); EGAVGA graphics work fine
[cpu]
cycles=20000
[autoexec]
mount c "extras" # compiler home (subfolder of this project) -> C:
mount d "." # this project folder -> D:
# All five disks on one drive. Disk 1 (with INSTALL.EXE) is active first.
# 720KB auto-detects; if it ever complains, append -size 512,9,2,80
imgmount a "Disk01.img" "Disk02.img" "Disk03.img" "Disk04.img" "Disk05.img" -t floppy
a:
echo ================================================================
echo INSTALL TURBO C++ 3.0 (DOSBox-X)
echo 1) type: INSTALL (source A:, install to C:\TC )
echo 2) when it asks for the NEXT disk, swap the mounted image:
echo - press CTRL-F4 , or
echo - use the menu: Drive -> A: -> Swap Disk Image
echo then continue. Repeat through disk 5.
echo 3) when done: D: then BUILD to compile simso.c
echo ================================================================