unebonnevie #1 Posted December 28, 2015 Hi all, Format wise, i.e., load address, what are the differences between *.car (cartridge) and *.rom files. I would like to know how the Atari 8-bit computers recognize these files. Thanks! Quote Share this post Link to post Share on other sites
gozar #2 Posted December 28, 2015 .car files have a header on the file to tell the emulator how to load the file, I don't think they are usable on an 8-bit. Someone more knowledgable than I would need to tell you more. :-) Quote Share this post Link to post Share on other sites
MrFish #3 Posted December 28, 2015 It's just a 16 byte header. Strip it off and you've got a ROM. Quote Share this post Link to post Share on other sites
MrMartian #4 Posted December 28, 2015 Having .car files means no guessing on exactly what type of cartridge image it is, as the header contains that information. The Atari itself can't use it, emulators can. I have all my ROM images in .car format, as a) emulators like it, and b) my Ultimate Cart likes it. No guessing.. Quote Share this post Link to post Share on other sites
Kyle22 #5 Posted December 28, 2015 You can remove the header from a .car file and make it a .rom and then burn the .rom file to a chip. Put the chip in a cartridge and use in in your real computer. 1 Quote Share this post Link to post Share on other sites
atx4us #6 Posted December 29, 2015 It's just a 16 byte header. Strip it off and you've got a ROM. Since we're on this topic, can you please tell us the details of the data that is contained in the 16 bytes header? Thanks. Quote Share this post Link to post Share on other sites
MrFish #7 Posted December 29, 2015 Since we're on this topic, can you please tell us the details of the data that is contained in the 16 bytes header? Thanks. CAR File Format.txt Quote Share this post Link to post Share on other sites
+JAC! #8 Posted December 29, 2015 From: http://sourceforge.net/p/atari800/source/ci/master/tree/DOC/cart.txt Quote Share this post Link to post Share on other sites
atx4us #9 Posted December 29, 2015 Thanks guys! These are perfect reference materials. Quote Share this post Link to post Share on other sites