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.