136089-1006: Difference between revisions
From PLD Archive
More actions
Created page with "== Found on... == *Road Riot == Notes == *136089-1006 matches 136092-0006 from Guardians of the Hood Category:Atari PLD's" |
|||
| Line 1: | Line 1: | ||
== Found on... == | == Found on... == | ||
*[[Road Riot]] | *[[Road Riot]] | ||
== Equations == | |||
<pre> | |||
/** Inputs **/ | |||
Pin 2 = i2; | |||
Pin 3 = i3; | |||
Pin 4 = i4; | |||
Pin 5 = i5; | |||
Pin 6 = i6; | |||
Pin 7 = i7; | |||
Pin 8 = i8; | |||
Pin 9 = i9; | |||
Pin 14 = i14; | |||
/** Outputs **/ | |||
Pin 12 = o12; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 13 = o13; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 15 = o15; /**(Combinatorial, Output feedback output, Active high) **/ | |||
Pin 16 = o16; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 17 = o17; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 19 = o19; /**(Combinatorial, Output feedback output, Active low) **/ | |||
/** Equations **/ | |||
!o12 = i5 & !i6 & !i7 & !i8 & !i9; | |||
!o13 = !i5 & i6 & !i8 & !i9; | |||
o15 = !i4 & i14 | |||
# i4 & !i14; | |||
!o16.d = !i5 | |||
# !i6 | |||
# !i7 | |||
# i8 | |||
# i9; | |||
o16.oe = OE; | |||
!o17 = !i3 | |||
# i4 & i9; | |||
!o18 = i7 & !i8 & !i9; | |||
!o19 = !i5 & i6 & !i7 & !i8 & !i9; | |||
</pre> | |||
== Notes == | == Notes == | ||
Latest revision as of 17:10, 30 December 2023
Found on...
editEquations
edit/** Inputs **/
Pin 2 = i2;
Pin 3 = i3;
Pin 4 = i4;
Pin 5 = i5;
Pin 6 = i6;
Pin 7 = i7;
Pin 8 = i8;
Pin 9 = i9;
Pin 14 = i14;
/** Outputs **/
Pin 12 = o12; /**(Combinatorial, Output feedback output, Active low) **/
Pin 13 = o13; /**(Combinatorial, Output feedback output, Active low) **/
Pin 15 = o15; /**(Combinatorial, Output feedback output, Active high) **/
Pin 16 = o16; /**(Registered, Output feedback registered, Active low) **/
Pin 17 = o17; /**(Combinatorial, Output feedback output, Active low) **/
Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/
Pin 19 = o19; /**(Combinatorial, Output feedback output, Active low) **/
/** Equations **/
!o12 = i5 & !i6 & !i7 & !i8 & !i9;
!o13 = !i5 & i6 & !i8 & !i9;
o15 = !i4 & i14
# i4 & !i14;
!o16.d = !i5
# !i6
# !i7
# i8
# i9;
o16.oe = OE;
!o17 = !i3
# i4 & i9;
!o18 = i7 & !i8 & !i9;
!o19 = !i5 & i6 & !i7 & !i8 & !i9;
Notes
edit- 136089-1006 matches 136092-0006 from Guardians of the Hood