amorton1 / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Windowed mode does not work on amiga 68k #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Get an amiga. Maybe you need a CGFX card too (i have a cybervision in 
mine)
2. Run grafx2 on it
3. The windowed mode is not displayed correctly. The blue pixels are where 
they should, but other things appear at other places. Looks like the 
window we get is not 8bit as we requested (my desktop resolution is true 
color), or there is some planar vs chunky problem, or padding between the 
lines of the framebuffer, or something else.

I don't have the build tools set up on my amiga, and i would like to avoid 
setting it all up. But I guess no one else can look into it ...

Original issue reported on code.google.com by pulkoma...@gmail.com on 14 Jun 2009 at 7:02

GoogleCodeExporter commented 8 years ago
In graph.c, you probably need the same rounding to a multiple of 16 that is 
already 
present for __amigaos4__. But I don't think it's your problem, because the 
default 
size is a multiple of 16 already, so you shouldn't have alignment problems 
before 
you resize the window.

Original comment by yrizoud on 15 Jun 2009 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by pulkoma...@gmail.com on 22 Jul 2009 at 3:20

GoogleCodeExporter commented 8 years ago

Original comment by pulkoma...@gmail.com on 22 Jul 2009 at 3:20

GoogleCodeExporter commented 8 years ago

Original comment by pulkoma...@gmail.com on 15 Sep 2009 at 7:14

GoogleCodeExporter commented 8 years ago

Original comment by pulkoma...@gmail.com on 17 Mar 2010 at 6:00