forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

odd problem with VIF Difference mode.

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
emoon



Joined: 18 Jan 2004
Posts: 91
Location: Stockholm, Sweden

PostPosted: Sun Feb 08, 2004 5:25 am    Post subject: odd problem with VIF Difference mode. Reply with quote

Hi,

I got a quite odd problem with the vif difference mode.

Say that i have data that looks like this

Code:

0x02020202 0x02020202 0x02020202 0x02020202


it ends up like this :

Code:

0x00000002 0x00000002 0x00000002 0x00000002
0x00000004 0x00000004 0x00000004 0x00000004
0x00000006 0x00000006 0x00000006 0x00000006


which just like it should be, but if i first add a bunch of

0x02020202 and then add a bunch of 0xffffffff
(ie each value sould be decresed by one) everthing fucks up
all data gets :
Code:

0x000000f8 0x000000f8 0x000000f8 0x00000080

(even the data before the 0xffffffff)

if i try something like 0xffff02ff it works fine, but 0xffffffff seems like a magic
number.

Anyone got any ideas?

.emoon
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group