Last active
October 1, 2024 20:06
-
-
Save rubenarakelyan/d86997ca3063ee630f45ec137ece70ac to your computer and use it in GitHub Desktop.
DOSBox-X config for Windows 95
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sdl] | |
autolock=true | |
[dosbox] | |
title=Windows 95 | |
memsize=256 | |
captures=capture | |
[video] | |
vmemsize=8 | |
vesa modelist width limit=0 | |
vesa modelist height limit=0 | |
[dos] | |
ver=7.1 | |
hard drive data rate limit=0 | |
floppy drive data rate limit=0 | |
[cpu] | |
cputype=pentium_mmx | |
core=normal | |
[sblaster] | |
sbtype=sb16vibra | |
[ne2000] | |
ne2000=true | |
nicirq=10 | |
backend=slirp | |
[parallel] | |
parallel1=file timeout=2000 | |
[fdc, primary] | |
int13fakev86io=true | |
[ide, primary] | |
int13fakeio=true | |
int13fakev86io=true | |
[ide, secondary] | |
int13fakeio=true | |
int13fakev86io=true | |
cd-rom insertion delay=4000 | |
[render] | |
scaler=none | |
[autoexec] | |
IMGMOUNT C /Users/rubenarakelyan/DOSBOX-X/win95.img -reservecyl 1 | |
BOOT C: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment