SceneGate / Ekona

.NET implementation of DS and DSi file formats
https://scenegate.github.io/Ekona/
MIT License
25 stars 1 forks source link

Implement converter header to binary #5

Closed pleonex closed 2 years ago

pleonex commented 2 years ago

Implement a converter to write the header class in a binary stream: IConverter<RomHeader, BinaryFormat>. It doesn't update the RomSectionInfo, other converts will do that.