Hi there
http://www.geocities.com/usefulhere/stella_customres.zipI have compiled a custom version of Stella 1.4.1. that allows the user to set custom screen resolutions under opengl. Unlike Z26, Stella allows you to map all of the atari buttons (including the reset and difficulty ones) to input from your keyboard or joystick. In my opinion, this makes Stella more attractive to arcade cabinets. However Stella has limited resolution settings. By default, Stella will switch to 320 by 240 res. If you are using your video card's TV output this will certainly give you trouble as most cards these days only go as far down to 640 by 480. Stella also has an "fsmax" parameter which will switch your resolution to the maximum fullscreen possible. If you want something in between however, then you are out of luck. This custom version of Stella will default to 640 by 480 and will let you specify your own "middle" resolutions.
To use this custom build of Stella, first you need to have the official binary distribution of stella version 1.4.1. Unzip this file on stella's main folder. Make a backup of the original stella.exe file. Use the executable provided in this zipfile instead.
To specify your own resolution you need to add the following parameters:
-gl_customres 1 <--- this will tell stella you are going to set your own res.
-gl_resx <number> <--- this will tell stella the width
-gl_resy <number> <--- this will tell stella the height
For example:
stella_customres.exe -sound 1 -fullscreen 1 -video gl -gl_customres 1 -gl_resx 640 -gl_resy 480 mc.bin
The previous command tells stella to fire up rom "mc.bin" with sound and in fullscreen, using opengl and with a custom resolution of 640 by 480.
NOTE: Custom resolution settings will only work in opengl mode. This means you *have* to include the "-video gl" switch for it to work.
NOTE: If you specify "-gl_customres" without using the "-gl_resx" and "-gl_resy" parameters, then stella will default to 640 by 480 resolution.
As always, I am not responsible if your computer explodes

. Your comments are appreciated.