Hi,
I noticed that the latest build doesn't get the a570 viewport right. My camera was (I gave it away as a present) version 101a, so this is only for that version. The code in lib.c should be:
void *vid_get_viewport_fb_d()
{
if(*(int*)0x7C0A0) return (void*)(*(int*)0x7C090);
else return (void*)(*(int*)0x7C0A4);
}
Jon