dmd-extensions
dmd-extensions copied to clipboard
Adding cRom colorized ROM file format
This is the initial modifications to the LibDmd/DmdDevice/DmdDevice.cs file to integrate the colorized ROM file format that are generated by my editor ColorizingDMD available here https://mega.nz/file/jBZygICZ#-Dh6nd4qE5e9fiSXQZ5nB6-XEdcJVfyC6aCf_f7_WQg. I guess I'll add some features later, but it can be used already to colorize any 4 colors ROM (most of the mono ROMs). The code specific to the format is available in the 2 files LibDmd/Converter/cRom/cRom.cs and LibDmd/Converter/cRom/CRC32encode.cs and the cRom file format is documented in LibDmd/Converter/cRom/formats.txt