Can you be a little more specific?
I'm looking for a document that describes the layout of the database files in the WOID_DB directory on the Neuros. By layout, I mean the bitwise positions of the files' fields and the purposes of those fields. Basically, I want documentation suitable for implementing or debugging a Neuros database manager such as NDBM, Positron or Sorune.
There is such a document included with Positron but it doesn't explain the XIM data fields nor does it explain how the Artist->Album database works. I've been looking through the source of a couple of the above programs but I get the sense that they're creating incorrect databases that work because the invalid fields aren't being read by the current firmware.
What I'd really like to have is a specification that tells me how the fields are
supposed to be. Is there such a document publically available or will I need to start diving through the firmware source code?