Smoothing scaler PVR_SCALER_CFG

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
patbier
DC Developer
DC Developer
Posts: 152
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Fri Aug 29, 2003 1:25 am
Has thanked: 0
Been thanked: 0

Smoothing scaler PVR_SCALER_CFG

Post by patbier »

Hello,

following this thread viewtopic.php?f=29&t=103398

I wonder if it would be useful to propose to players a choice "50 Hz with scaler" / "50 Hz without scaler" /
"60 Hz with scaler" / "60 Hz without scaler"

My game is in 640 * 480 so i wonder whether it would be useful or not...

The scaler is activated by defaut (except VGA)
To desactivate it, i just :

Code: Select all

PVR_SET(PVR_SCALER_CFG, 0x400);
But, if you desactivate it, is it possible to re-activate it ?
I tried

Code: Select all

PVR_SET(PVR_SCALER_CFG, 0x10400);
but it seems not to work.
ImageAlice Dreams Tournament Dreamcast fans : http://www.facebook.com/alicedreamst
In August 2015, we had to change "Dynamite Dreams" name to "Alice Dreams Tournament"
Post Reply