IIRC there were some pretty ugly 14MHz hacks back in the day.
Later I seem to remember there popping up some proper ones that synced down to 7MHz when bus access was needed.
I would go for a 68010 if already trying out 14MHz to get those few extra percent more, at least if you have fastram.
... Well, I think the first ones did indeed upset the CIAs.
Something like lift up a pin and solder it to a 14MHz clock or 28MHz with a divide by 2 chip inbetween.
The 68K bus is asynchron anyhow, i.e. the CPU waits until the bus signals that it is available/data is available. There is no bus-clock on the 68K, quite unlike the 6800 or 6502 bus which is a synchronous bus and hence bus speed depends on the clock rate.
The only synchronous part is the E-clock by which the CIAs are driven, and the protocol around the E-clock. However, if you clock the CIAs by twice the rate, all the timing goes wrong, not only trackdisk.
Thanks for everyone's input, yeah I notice the synchronous e-clock which made me nervous about CIA over clocking (I was worried about damage), I am going to look into how other accelerators run the e-clock asynchronously. If it is as easy as putting the standard 7mhz signal on the e-clock this should be fairly easy to do. If it requires a buffer, things become much more difficult.
What did the Ad-speed do?
I also liked Oldsmobile_Mike and Northway's idea of using a 68010, though I would probably try a 68000 first. One should always only change one variable at a time when experimenting.