LegalizeAdulthood / 6805_SBC

A single board computer built around the Motorola 6805 CPU
GNU General Public License v2.0
1 stars 2 forks source link

Add Address Latch design #6

Closed LegalizeAdulthood closed 2 years ago

LegalizeAdulthood commented 2 years ago

The 6805 time multiplexes the low 8-bits of the address and the 8-bit data bus on PB0-PB7. The address should be latched on the negative going edge of AS. Use a '373 transparent octal latch for this purpose, as shown in the 6805 User's Manual.