############################################################################### # This is the DOSBox configuration file containing all the necessary changes # # used for running NEXTRIS similarly as under a real DOS. The file was # # created for DOSBox v0.74 and might need to be adjusted if run under a # # different version. # ############################################################################### [dosbox] # Use the S3 Trio emulation in order to be able to use the scaler. # 'vgaonly' would work fine too though. machine=svga_s3 [render] # Use 4:3 aspect ratio and boost display to a nice playable size. aspect=true scaler=normal3x [cpu] # Ensures that the game runs at the approximated speed of a 386SX25. cycles=fixed 7000 [dos] # Nextris does not need any upper or extended memory. However, it would not # hurt either. xms=false ems=false umb=false [autoexec] # Mount the drive where Nextris resides, switch to it and start Nextris with # support of the simple Soundblaster card only. This trick will avoid noise # when the game switches from one music title to another. # Remark: To start NEXTRIS automatically please comment out this block or add # the command line arguments -c "MOUNT D D:\NEXTRIS" -c D: -c "NEXTRIS.EXE /S" # to the call of DOSBox and adapt NEXTRIS' program path to the location where # you saved it. #MOUNT D D:\NEXTRIS #D: #NEXTRIS.EXE /S