Intellivision at Proper Aspect Ratio
-
As it currently stands, jzintv is the only console emulator I can think of in RetroPie that launches at an incorrect aspect ratio. By adding a variable to it's launch command, this can be remedied.
Personally, I use:
/opt/retropie/emulators/jzintv/bin/jzintv -p /home/pi/RetroPie/BIOS -q %ROM% -z1
However, other options are:
-z0 : 320x200x8
-z1 : 640x480x8
-z2 : 320x240x16
-z3 : 1024x768x8
-z4 : 1680x1050x8
-z5 : 800x400x16
-z6 : 1600x1200x32
-z7 : 3280x1200x32 -
you dont have to do it that way. you can make it any aspect ratio you want by doing it this way. they added more resolutions to the pi version. this is my /opt/retropie/configs/intellivision/emulators.cfg:
jzintv="/opt/retropie/emulators/jzintv/bin/jzintv -v1 --kbdhackfile=/opt/retropie/emulators/jzintv/hackfile.cfg -z1920x1080,8 -f1 -q %ROM%" default="jzintv"
-
Ah, that's good to know. Perhaps this whole thing would be better suited to the wiki than a certain default, given it's versatility.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.