Is there a correct way to do cassette to wave conversion in MESS? There is mentions of legacy code, how can I avoid writing that?
coco_cas.c and sord_cas.c provide an example about how to implement the non-legacy code. The new code was written by Nathan IIRC, and looks like it's more abstracted from the machine's details, which I think it's a plus.
Eventually, a decision should be made about which code to keep and which discard - however the situation at present doesn't look so bad, if we compare it to the floppy code before rewrite...
