(10-06-2014, 03:47 PM)TGE Wrote: Mind providing a sample file and some basic documentation?
I've been studying reverse engineering for quite a while and I'd like to attempt parsing it for practice (because you said it's relatively simple).
Sharing ROM content is against this site's rules

There are existing converters which you can try to replicate (bch2obj & bch2png, python and go and c# languages) once you have a valid BCH file. If you follow along the source code (and its comments) you can get a feel as to how the converter works; from there you can try to expand/port code as needed.