40 lines
624 B
Text
40 lines
624 B
Text
# DOSBox-X configuration for win31drv development
|
|
# S3 Trio64 SVGA with VESA support
|
|
|
|
[sdl]
|
|
output = opengl
|
|
windowresolution = 1024x768
|
|
|
|
[dosbox]
|
|
machine = svga_s3trio64
|
|
memsize = 64
|
|
quit warning = false
|
|
|
|
[cpu]
|
|
core = normal
|
|
cputype = pentium
|
|
cycles = max
|
|
|
|
[render]
|
|
aspect = true
|
|
scaler = none
|
|
|
|
[video]
|
|
vmemsize = 8
|
|
vmemsizekb = 0
|
|
vesa oldvbe = false
|
|
vesa oldvbe10 = false
|
|
|
|
[dos]
|
|
umb = true
|
|
xms = true
|
|
ems = true
|
|
|
|
[autoexec]
|
|
@echo off
|
|
mount c /home/scott/claude/windriver
|
|
c:
|
|
cd bin
|
|
DEMO.EXE -d VGA.DRV
|
|
rem exit
|
|
|