Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

M92 E-3K-: Difference between revisions

From
(Created page with "== Found on... == *In The Hunt (M92) == 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;...")
 
Line 1: Line 1:
== Found on... ==
== Found on... ==
*[[In The Hunt (M92)]]
*[[In The Hunt (M92)]]
== Note ==
*This PAL is also a match for [[M92 B-3F-]]


== Equations ==
== Equations ==

Revision as of 21:00, 16 January 2023

Found on...

Note

Equations

/** 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	12 = i12;
Pin	18 = i18;

/** Outputs **/
Pin	13 = o13; /**(Combinatorial, Output feedback output, Active low) **/
Pin	14 = o14; /**(Registered, Output feedback registered, Active low) **/
Pin	15 = o15; /**(Registered, Output feedback registered, Active low) **/
Pin	16 = o16; /**(Registered, Output feedback registered, Active low) **/
Pin	17 = o17; /**(Registered, Output feedback registered, Active low) **/
Pin	19 = o19; /**(Combinatorial, Output feedback output, Active low) **/

/** Equations **/

!o13 = !i9
     # !i8;

!o14.d =  ;
o14.oe = OE;

!o15.d =  ;
o15.oe = OE;

!o16.d =  ;
o16.oe = OE;

!o17.d =  !i3;
o17.oe = OE;

!o19 = i4 & i5 & !i6 & !i7;