Search the web
Sign In
New User? Sign Up
vmu-dev · The VMU Development list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
.vmi filetype field uncovered   Message List  
Reply | Forward Message #140 of 1156 |
Okay, from my tests (with the web page mentioned in an earlier test) I
think Marcus' assumptions were right. In other words the DC only
looks at the two least significant bits

(i.e. %0000000000000011)
^^

The zero'th bit indicates whether the file is copy protected or not
(0 = copyable, 1=protected)

and the first bit indicates file type
(0 = data, 1=game)

therefore the possible types are:

0 (%00) = Copyable data
1 (%01) = Protected data
2 (%10) = Copyable game
3 (%11) = Protected game

I tested up to file type 6, and as far as I can tell they just cycle
round on a modulus of 4, indicating that only the two bits I mentioned
are actually used (so type 4 = type 0 ; type 5 = type 1 ; type 6 =
type 2 ; etc)




Sun Apr 9, 2000 5:02 pm

richard.munn@...
Send Email Send Email

Forward
Message #140 of 1156 |
Expand Messages Author Sort by Date

Okay, from my tests (with the web page mentioned in an earlier test) I think Marcus' assumptions were right. In other words the DC only looks at the two least...
Richard Munn (aka ben...
richard.munn@...
Send Email
Apr 9, 2000
5:02 pm

... Thanks for the info. I'll update my page. Any ideas regarding the contents of $66-$67? // Marcus...
Marcus Comstedt
marcus@...
Send Email
Apr 9, 2000
6:02 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help