davecheney / mega6502

An Apple One replica with an Arduino Mega 2560
MIT License
23 stars 7 forks source link

Pin 37 mislabeled #1

Closed makasaurus closed 9 years ago

makasaurus commented 9 years ago

Pin 37 is labeled as PHI0 but it seems that it should be labeled as PHI2.

See http://www.jameco.com/Jameco/Products/ProdDS/2143638.pdf

davecheney commented 9 years ago

Nope, not on the R65C02 phi0 (in) is pin 37, phi2 (out) is pin 39. The WDC 65C02's dispensed with the PHI0 entirely, calling it PHI2 and and PHI2 OUT, just to make things even more confusing.