Run in Stretched Fullscreen for Games

E-UAE can be configured to run games as stretched-fullscreen by making the following configuration changes:

gfx_linemode=double
gfx_fullscreen_amiga=true
gfx_fullscreen_picasso=true

amiga.use_overlay=true
amiga.screen_type=custom

Note that any other gfx_-prefixed settings should be commented out by adding a hash-sign # in front of the configuration key.

These settings are very helpful because by default the E-UAE settings will start games with a very low resolution and even changing the resolution settings will change the game screen size size but not the size of the emulator screen. These settings, in particular, the combination of setting the game screen size to fullscreen (fullscreen_amiga) but also setting the emulator window to overlay (use_overlay) will make it such that the game displays in fullscreen mode and to the maximal extents of the monitor without distorting the graphics (except for double linemode).

If E-UAE is installed as part of MorphOS, the file SYS:E-UAE/Conf/A1200_WHDLoad.conf can be edited in order to make these settings.