emufreak / iAmiga

iAmiga sources
44 stars 17 forks source link

last 16 lines of pixel on the bottom not drawn when PAL due to gp2x uae-core code base #64

Closed mithrendal closed 7 years ago

mithrendal commented 7 years ago

Our uae-core was stripped down in the past for the gp2x portable console. At least I guess it from the name of its root folder.

The gp2x handheld console from 2005 has a display resolution of 320 x 240 pixel. See wikipedia

The limited width of 320 pixel has been already addressed in issue #27

This issue is for the height. The very last 16 pixel lines on the bottom of a PAL screen are not drawn on the native iOS device due to clipping the height to 240 pixels of the gp2x console.

The PAL vertical height is 256 pixel (without amiga overscan).

@simontoens I am at it. I have already a full resolution 256 vertical height version running