prithwin
Feb 14 2006, 04:30 AM
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?
Agozer
Feb 14 2006, 09:23 AM
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.