Quote:
Using Dosbox .65 Everything is working well save screen size. Its 1/5 my full screen size. If I hit Alt+Enter it gets bigger but is misaligned and flickers. So I'm not sure what else I can do.[/b]
|
Open
dosbox.conf. Change the following lines:
fullscreen=false -->
fullscreen=true
fullresolution=something -->
fullresolution=640x480 OR fullresolution=1024x768
The first will make DosBox start up in fullscreen mode, the other will make it display at a fixed resolution (which tends to help in some cases).