Setting up repo.
This commit is contained in:
commit
ca6c5dc5c7
3 changed files with 41 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
dosbench/
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
*.~
|
||||||
|
DVX_GUI_DESIGN.md
|
||||||
34
dosbox-x.conf
Normal file
34
dosbox-x.conf
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
[sdl]
|
||||||
|
output = surface
|
||||||
|
windowresolution = 1024x768
|
||||||
|
|
||||||
|
[dosbox]
|
||||||
|
machine = svga_s3trio64
|
||||||
|
memsize = 64
|
||||||
|
quit warning = false
|
||||||
|
|
||||||
|
[cpu]
|
||||||
|
core = auto
|
||||||
|
cputype = 486
|
||||||
|
cycles = 33445
|
||||||
|
|
||||||
|
[render]
|
||||||
|
aspect = true
|
||||||
|
scaler = none
|
||||||
|
|
||||||
|
[video]
|
||||||
|
vmemsize = 8
|
||||||
|
vmemsizekb = 0
|
||||||
|
vesa oldvbe = false
|
||||||
|
vesa oldvbe10 = false
|
||||||
|
|
||||||
|
[dos]
|
||||||
|
umb = true
|
||||||
|
xms = true
|
||||||
|
ems = true
|
||||||
|
|
||||||
|
[autoexec]
|
||||||
|
mount c .
|
||||||
|
c:
|
||||||
|
cd bin
|
||||||
|
dir
|
||||||
2
run.sh
Executable file
2
run.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
flatpak run com.dosbox_x.DOSBox-X -conf dosbox-x.conf
|
||||||
Loading…
Add table
Reference in a new issue