I was wondering, do the latest versions of Dualis or Ideas have support for 2D windows.
I've been hacking around trying to get the windows working. here's a snippet of the code I was using...
CODE
WIN0_X0 = 16;
WIN0_Y0 = 16;
WIN0_X1 = 100;
WIN0_Y1 = 64;
WIN_IN = 0x001F;
WIN_OUT = 0x0000;
DISPLAY_CR |= DISPLAY_WIN0_ON; // Enable window 0
WIN0_Y0 = 16;
WIN0_X1 = 100;
WIN0_Y1 = 64;
WIN_IN = 0x001F;
WIN_OUT = 0x0000;
DISPLAY_CR |= DISPLAY_WIN0_ON; // Enable window 0
Any help would be very much appreciated...
TIA
The BillMeister...