Difference between revisions of "Super Real Mahjong Part IV"

From
Jump to: navigation, search
m (Jon moved page Super Real Mahjong Part IV to Super Real Mahjong Part IV (SSV) without leaving a redirect: added hardware type)
Line 23: Line 23:
|Porchy
|Porchy
|
|
|
|[https://wiki.pldarchive.co.uk/pals/SSV_SX001-13 ZIP]
|[[File:srmp4sx00113.jpg|100px]]
|[[File:srmp4sx00113.jpg|100px]]
|}
|}
== Equations ==
<div class="toccolours mw-collapsible mw-collapsed" style="width:auto; overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">SX001-13 Equations</div>
<div class="mw-collapsible-content">
<pre>
/* Dedicated input pins */
pin 1  = I0; /* Input */
pin 2  = I1; /* Input */
pin 3  = I2; /* Input */
pin 4  = I3; /* Input */
pin 5  = I4; /* Input */
pin 6  = I5; /* Unused input */
pin 7  = I6; /* Input */
pin 8  = I7; /* Unused input */
pin 9  = I8; /* Input */
pin 11  = I9; /* Unused input */
/* Programmable output pins */
pin 12  = B0; /* Combinatorial output */
pin 13  = B1; /* Unused input */
pin 14  = B2; /* Combinatorial output */
pin 15  = B3; /* Combinatorial output */
pin 16  = B4; /* Combinatorial output */
pin 17  = B5; /* Combinatorial output */
pin 18  = B6; /* Unused input */
pin 19  = B7; /* Combinatorial output */
/* Output equations */
!B7 = !I6;
!B5 = !I0 & !I1 &  I2 &  I3 & !I4 & !I8;
!B4 = !I6;
!B3 =  I0 &  I1 &  I2 &  I3 & !I4 & !I8;
!B2 = !I0 &  I1 &  I2 &  I3 & !I4 & !I8;
!B0 =  I2 &  I3 & !I4 & !I8;
</pre>
</div></div>


== Credits ==
== Credits ==
*IC supplied by Hammy
*IC supplied by Hammy
*IC picture from Porchy
*IC picture from Porchy

Revision as of 14:18, 26 March 2021

PLD's

PLD Information Credits Download Pictures
Dump Method Target Device Location ID Status Creator(s) Tester(s) Files View
Bruteforced GAL16V8 U25 SX001-13 Untested Porchy ZIP Srmp4sx00113.jpg

Equations

SX001-13 Equations
/* Dedicated input pins */

pin 1   = I0; /* Input */
pin 2   = I1; /* Input */
pin 3   = I2; /* Input */
pin 4   = I3; /* Input */
pin 5   = I4; /* Input */
pin 6   = I5; /* Unused input */
pin 7   = I6; /* Input */
pin 8   = I7; /* Unused input */
pin 9   = I8; /* Input */
pin 11  = I9; /* Unused input */

/* Programmable output pins */

pin 12  = B0; /* Combinatorial output */
pin 13  = B1; /* Unused input */
pin 14  = B2; /* Combinatorial output */
pin 15  = B3; /* Combinatorial output */
pin 16  = B4; /* Combinatorial output */
pin 17  = B5; /* Combinatorial output */
pin 18  = B6; /* Unused input */
pin 19  = B7; /* Combinatorial output */

/* Output equations */

!B7 = !I6;
!B5 = !I0 & !I1 &  I2 &  I3 & !I4 & !I8;
!B4 = !I6;
!B3 =  I0 &  I1 &  I2 &  I3 & !I4 & !I8;
!B2 = !I0 &  I1 &  I2 &  I3 & !I4 & !I8;
!B0 =  I2 &  I3 & !I4 & !I8;

Credits

  • IC supplied by Hammy
  • IC picture from Porchy