I've just created a git repository of the source to the Acorn 6809 card ROM : https://github.com/prime6809/System6809
This was created from disassembilies of the MAME copy of the 6809 card's ROM and a copy dumped from the machine at the CfCH at the recent ABUG meetup. Comments are largely taken from the listing in the user manual.
The main difference between the two is that the CfCH ROM has been modified so that the periperals appear in the $E000 - $F7FF range so that the machine can have RAM in $0000-$E000 without holes in it. The CfCH rom has also been patched for 80 column video and to auto-boot from disk.
Now to go design a modern version of the card

Cheers.
Phill.