mirror of
https://github.com/flowenol/apple1cartridge.git
synced 2025-03-13 15:29:35 +00:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
chip GAL20V8
|
|
|
|
NC=1 PHI=2 GND=12 A12=17 A13=16 A14=15 A15=14 RAM=21 VCC=24
|
|
|
|
equations
|
|
|
|
/RAM = /A15 * /A14 * /A13 * A12 * PHI
|
|
+ /A15 * /A14 * A13 * /A12 * PHI
|
|
+ /A15 * /A14 * A13 * A12 * PHI
|