rastersoft / fbzx-wii

Automatically exported from code.google.com/p/fbzx-wii
GNU General Public License v3.0
1 stars 0 forks source link

Wrong aspect ratio? #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 10 CIRCLE 120, 87 ,87

What is the expected output? What do you see instead?
The on screen circle will look like a vertically stretched oval.

What version of the product are you using? On what operating system?
Latest public release.

Please provide any additional information below.
It might seem that right now, pixels are being rendered at 1:1 aspect ratio, 
which causes everything to look slimmer than it should.

I'd recommend trying the 10 CIRCLE 120, 87 ,87 "program" with a real Spectrum 
to see how the aspect ratio (and also the screen and border sizes, and the 
color palettes just in case) compare to the emulated ones.

Original issue reported on code.google.com by iceknigh...@gmail.com on 3 Jan 2013 at 4:13

GoogleCodeExporter commented 9 years ago
Unfortunatly I do not have a real Spectrum anymore. I sold it many years ago to 
buy a Commodore 128 (big mistake).

Anyhow I remember that the circle was perfect. So this is an issue.

Original comment by olimpier...@gmail.com on 5 Jan 2013 at 4:40

GoogleCodeExporter commented 9 years ago
I see a related problem here might be that each emulated screen line from the 
Spectrum doesn't correspond with one of the real 625 TV lines, which is the 
size that should be implemented first, before stretching the screen 
horizontally to achieve the correct aspect ratio.

By the way, the so-called "double strike" video mode would work wonders here, 
if it could be implemented.

Original comment by iceknigh...@gmail.com on 12 Feb 2013 at 12:16