This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Some help to optimize my new ATARI ST emu for PocketPC...


Postby AndrewGower » Oct 19, 2002 @ 7:54pm

AndrewGower
pm Member
 
Posts: 16
Joined: Oct 19, 2002 @ 10:29am


Postby schtruck » Oct 19, 2002 @ 10:29pm

schtruck
pm Member
 
Posts: 77
Joined: May 24, 2002 @ 5:29pm


Postby schtruck » Oct 19, 2002 @ 10:54pm

schtruck
pm Member
 
Posts: 77
Joined: May 24, 2002 @ 5:29pm


Postby schtruck » Oct 19, 2002 @ 11:08pm

schtruck
pm Member
 
Posts: 77
Joined: May 24, 2002 @ 5:29pm


Postby Guest » Oct 19, 2002 @ 11:14pm

Guest
 


Postby Guest » Oct 19, 2002 @ 11:22pm

Guest
 


Postby schtruck » Oct 19, 2002 @ 11:40pm

here is how i init Bigpal:
for (i=0;i<256;i++)
bigpal[i]=(color[i&240]<<16)|color[i&15]:


glitch are vertical lines, like mask or shift are bad...
schtruck
pm Member
 
Posts: 77
Joined: May 24, 2002 @ 5:29pm


Postby Guest » Oct 19, 2002 @ 11:46pm

ah your init code is wrong
Just use mine instead, it should work ok then
Guest
 


Postby Guest » Oct 19, 2002 @ 11:49pm

Guest
 


Postby Guest » Oct 19, 2002 @ 11:49pm

Guest
 


Postby Guest » Oct 19, 2002 @ 11:52pm

ah I find the error in your code it should be:

for (i=0;i<256;i++)
bigpal[i]=(color[i>>4]<<16)|color[i&15]:
Guest
 


Postby refractor » Oct 19, 2002 @ 11:59pm

User avatar
refractor
pm Insider
 
Posts: 2304
Joined: Feb 5, 2002 @ 1:12pm
Location: Luxembourg


Postby schtruck » Oct 20, 2002 @ 12:04am

schtruck
pm Member
 
Posts: 77
Joined: May 24, 2002 @ 5:29pm


Postby Guest » Oct 20, 2002 @ 12:13am

Guest
 


Postby schtruck » Oct 20, 2002 @ 12:19am

schtruck
pm Member
 
Posts: 77
Joined: May 24, 2002 @ 5:29pm


PreviousNext

Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum