Jump to content

Window support in Dualis or Ideas


Recommended Posts

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...

 

	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...

Link to comment
Share on other sites

  • 2 weeks later...

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...