Help - Search - Members - Calendar
Full Version: Window support in Dualis or Ideas
1Emulation.Com > Official Emulator Forums > Dualis
Billy1886
Hi there,

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


Any help would be very much appreciated...

TIA

The BillMeister...
mic
I have no idea about iDeaS, but dualis does not support windows atm.
I don't think normal windows (as opposed to OBJ windows) would be that hard to add, but to my knowledge there are no demos available that use them, so I wouldn't be able to test for correctness.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.