Didn't think this would be made possible so soon - but it's here: perfectly smooth scrolling for PAL games (50Hz, especially applies to about every Amiga game).
In the Betatest-forums ED made Hotfix 2 package available.
After installing this (no one who did this including me encountered any problems afaik) there's a script available that let's you set the display to 50Hz refresh rate.
To use it, open a terminal and type:
Done. Now play Turrican in UAE4All with 100% smooth scrolling! Works a treat.
Note that your display is now permanently set to 50Hz refresh rate, until you later call:
to set the refresh rate back to 60Hz.
In the Betatest-forums ED made Hotfix 2 package available.
After installing this (no one who did this including me encountered any problems afaik) there's a script available that let's you set the display to 50Hz refresh rate.
To use it, open a terminal and type:
Code:
cd /usr/pandora/scripts
sudo chmod 777 op_lcdrate.sh
<enter your password>
sudo ./op_lcdrate.sh 50
Done. Now play Turrican in UAE4All with 100% smooth scrolling! Works a treat.
Note that your display is now permanently set to 50Hz refresh rate, until you later call:
Code:
sudo ./op_lcdrate.sh 60
to set the refresh rate back to 60Hz.