CRT Format: Difference between revisions
Count Zero (talk | contribs) m (Created page with '* http://ist.uwaterloo.ca/~schepers/formats/CRT.TXT * http://www.computerbrains.com/crtformat.htm * http://www.infinite-loop.at/Power64/Documentation/Power64-ReadMe/AE-File_Forma…') |
Count Zero (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
* http://ist.uwaterloo.ca/~schepers/formats/CRT.TXT | The ''CRT Format'' is an artificial format for emulator usage which divides cartridges into the 8 kbyte chunks a C64 or other 8bit Commodore computer often sees at defined memory areas. It sure is in no way the best format since it does not carry too many informations about the cartridge itself, so whenever a new special ROM is found it can usually be not easily emulated by setting some parameters on the .crt file. Such cases will usually require special code just like the cartridge itself likely will require special hardware. | ||
* http://www.computerbrains.com/crtformat.htm | The ''CRT format'' however holds basic information on the cartridge type, a name whenever it was given during conversion and information on handling the GAME/EXROM lines and how to treat the so called "CHIP" packets - the 8kbyte binary chunks. It is pretty unknown wether the "special cases" for line and ROM/RAM handling on the CHIP packets has led to better working emulation somewhere. | ||
* http://www.infinite-loop.at/Power64/Documentation/Power64-ReadMe/AE-File_Formats.html at E.11 | |||
The best and most extensive description for the ''CRT format'' can be found at [http://ist.uwaterloo.ca/~schepers/formats/CRT.TXT Peter Schepers' site] (with a [[CRT.txt|mirror here]].) | |||
==Weblinks== | |||
* [http://ist.uwaterloo.ca/~schepers/formats/CRT.TXT Peter Schepers' site] | |||
* [http://www.computerbrains.com/crtformat.htm CCS format description] - they are responsible for the numbering as well | |||
* [http://www.infinite-loop.at/Power64/Documentation/Power64-ReadMe/AE-File_Formats.html See the Power64 Documentation at E.11] | |||
Revision as of 01:30, 6 June 2010
The CRT Format is an artificial format for emulator usage which divides cartridges into the 8 kbyte chunks a C64 or other 8bit Commodore computer often sees at defined memory areas. It sure is in no way the best format since it does not carry too many informations about the cartridge itself, so whenever a new special ROM is found it can usually be not easily emulated by setting some parameters on the .crt file. Such cases will usually require special code just like the cartridge itself likely will require special hardware. The CRT format however holds basic information on the cartridge type, a name whenever it was given during conversion and information on handling the GAME/EXROM lines and how to treat the so called "CHIP" packets - the 8kbyte binary chunks. It is pretty unknown wether the "special cases" for line and ROM/RAM handling on the CHIP packets has led to better working emulation somewhere.
The best and most extensive description for the CRT format can be found at Peter Schepers' site (with a mirror here.)
Weblinks
- Peter Schepers' site
- CCS format description - they are responsible for the numbering as well
- See the Power64 Documentation at E.11