Another day another board.
The 16C550 UART card is nice but you only get one port and all the baud rate control etc on a card as it is designed, and maybe two if you used some of the dual variants. And then for Fuzix you need a timer card.
I figured I could do better as the 82C684 has two timers, four serial ports and a few extras. Another nice feature is that it supports Z80 IM2 interrupts and IEI/IEO. Even better it is a very close relative of the 68692 used on Tiny68K so I've already written drivers for it.
I have it basically working. Some checks left to do on the interrupt side. This board uses the full 16bit address bus rather than hog 32 low ports. Instead it takes a single low 8bit I/O port for everything.
Alan