prithwin Posted February 14, 2006 Share Posted February 14, 2006 i need some help writing asr.dat file,i cant understand some of the feilds:here is the data from my old kof95 rom: kof95_c1.rom 33bf8657 4194304 what would be the cartridgeID, FIX feilds? also what is the second feild in tthe line: 268-m1.rom, 0, 20000, 6fa01c9a, 0 is it the relative memory location? should the last one always be 0? Link to comment Share on other sites More sharing options...
Agozer Posted February 14, 2006 Share Posted February 14, 2006 KOF95's CartridgeID is 84 and Fix value is 1. The first is the filename to be loaded (obviously). The second is somekind of an index number AFAIK. The third is the file size in hex (in this case the filesize is 128kB). The fourth is the CRC value of the file. And the fifth is again some kind of an index/memory value... it's 0 95% of the time but there are some exceptions where it can be 1 or 2. For clarity, you should always type the filesize before the CRC value, but I don't know if having them the other way around has some adverse effects. Link to comment Share on other sites More sharing options...
prithwin Posted February 14, 2006 Author Share Posted February 14, 2006 thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now