ddrcode / c64rust

MOS6502 and C64 Emulators written in Rust
MIT License
1 stars 0 forks source link

CRT files support #14

Open ddrcode opened 1 year ago

ddrcode commented 1 year ago

CRT files are binary images of C64 cartridges. They contain additional header data providing additional details, i.e. which address. space the cartridge occupies. most of downloadable cartridge files in the internet are in this format.

There is very good description of the file format at Codebase64