MicroProse Dogfight (1993) [DOSBox]

911
0
Published 2018-03-21
This is an excerpt of a dogfight between a Mirage (Argentina) and Sea Harrier (UK).

I used my XboxOne controller with the "AntiMicro" software to map more keyboard keys onto the unused controller buttons.

DosBox natively supports the XboxOne controller, but doesn't have all the buttons to be used. Furthermore, the game uses only 2 buttons (I think).

I ran this on a Corei7 4770 (stock clock) with the following dosbox CPU/video options for best performance:

[sdl]
fullscreen=true
fulldouble=false
fullresolution=2560x1440 # Your native resolution here
windowresolution=
output=openglnb
autolock=true
sensitivity=100
priority=higher,normal

[dosbox]
machine=svga_et3000
memsize=16


[render]
frameskip=0
aspect=false
scaler=normal3x # This gets ignored by the scaler when necessary

[cpu]
core=normal # Dynamic crashes the game
cputype=auto
cycles=max

[dos]
xms=true
ems=true
umb=true
keyboardlayout=auto

All Comments (5)