> Could someone post the link to the topic
http://www.6502.org/forum/viewtopic.php ... light=50ma
CMOS outputs will drive a ton of LSTTL inputs, but there's no reason to use LSTTL anymore since CMOS is just as fast or faster, lower-power, inexpensive, widely available, etc..
> so the other 7 devices still count against the loading on the bus or are they considered high-impedance?
With CMOS, it's pretty much the same thing as far as bus loading goes. A CMOS input takes virtually no DC current (just a tiny amount of leakage), but there's still the capacitance associated with it. At really low speeds, CMOS' fan-out capability is essentially unlimited. At the higher speeds, the capacitances will begin to take their toll. These capacitances are in the circuit boards and connectors, not just the ICs' inputs.
> Would the other 7 still load down the buses even though they arent selected
Yes
If you're going to be operating at speeds where the bus loading becomes a real issue, I would recommend keeping on the main board all the I/O ICs that are actually connected to the processor's own buses. That way you'll be able to run the clock speed a lot higher, even though other things have to go through the existing I/O ICs (65c22's or whatever). For example, if you want an LCD, connect it through a VIA. LCDs' processor interface is never capable of very high speeds anyway. If you want A/D and D/A converters, interface them through a VIA. A lot of I/O you'll want does not have to be super fast anyway, and interfacing through something like SPI or I²C bit-banged on a VIA is simple and takes a lot less wires, making it more likely that you'll live long enough to see your project through to completion!