Amiga.org
Amiga computer related discussion => Amiga Gaming => Topic started by: gaula92 on October 25, 2009, 02:58:23 PM
-
Hello there
I'm testing MorphOS today for the first time in my Mac Mini, and I'm trying to find out if it has the legendary smooth Amiga graphics. So I downloaded this nice free game, and starter playing after installing the latest powerSLD libraries.
I'm using a 60Hz screen mode, and I've configured SDL to use SDL-Screens instead of Ambient screen: that makes tearing deffects dissapear, luckily.
but scroll is al jumpy! What refresh frequency does this game expect for smooth scrolling??
Is Giddy3 a 50HZ game like the previous ones??
Thanks!
-
Hello there
I'm testing MorphOS today for the first time in my Mac Mini, and I'm trying to find out if it has the legendary smooth Amiga graphics. So I downloaded this nice free game, and starter playing after installing the latest powerSLD libraries.
I'm using a 60Hz screen mode, and I've configured SDL to use SDL-Screens instead of Ambient screen: that makes tearing deffects dissapear, luckily.
but scroll is al jumpy! What refresh frequency does this game expect for smooth scrolling??
Is Giddy3 a 50HZ game like the previous ones??
Thanks!
I think this is more about the coding of the game than about the OS.
Downloaded from here? (http://www.giddy3.co.uk/)
Smooth scrolling on the Nintendo Wii
I would guess that the game is coded to be easily portable, and that some optimizations have been done for the Wii port.
-
The game vsyncs well: it's about screen refresh rate. I only need to know what refresh rate the game is expecting for smooth scroll on the MOS port. It's well optimized for that OS, not just the wii.
And I downloaded that same version from a MOS software repo, thanks.
Any other ideas?
-
Giddy 3's timing is done via a timer which is not tied to the screen refresh rate. It does this so that it always runs at the correct speed. The downside is that it will never be super smooth.
The Wii has the advantage of only ever being 50 or 60Hz (like the old Amiga), so that port uses VSync for perfectly smooth scrolling.
If someone wants to add a vsync mode, get in touch. I don't want to open source Giddy 3, but i'm happy to give interested developers access to the SVN if they agree not to spread the sources.