Difference between revisions of "Super Real Mahjong Part IV"

From
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== PLD's ==
== PLD ==
{| class="wikitable"
{{PLD_ALL}}
!colspan="5"|PLD Information
!colspan="2"|Credits
!colspan="1"|Download
!colspan="1"|Pictures
|-
!Dump Method
!Target Device
!Location
!ID
!Status
!Creator(s)
!Tester(s)
!Files
!View
|-
|-
|Bruteforced
|Bruteforced
|GAL16V8
|[[GAL16V8]]
|U25
|U25
|SX001-13
|[[Super_Real_Mahjong_PartIV_SX001-13|SX001-13]]
|Untested
|Tested
|Porchy
|[[Porchy]]
|
|[[Twistedsymphony]], [[Hammy]]
|[https://wiki.pldarchive.co.uk/pals/SSV_SX001-13 ZIP]
|[https://wiki.pldarchive.co.uk/pals/SSV_SX001-13 ZIP]
|[[File:srmp4sx00113.jpg|100px]]
|[[File:srmp4sx00113.jpg|100px]]
|}
|}


== Equations ==
== Credits ==
<div class="toccolours mw-collapsible mw-collapsed" style="width:auto; overflow:auto;">
*IC supplied by [[Hammy]]
<div style="font-weight:bold;line-height:1.6;">SX001-13 Equations</div>
*IC picture from [[Porchy]]
<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 ==
[[Category:Arcade]]
*IC supplied by Hammy
[[Category:Sammy]]
*IC picture from Porchy

Latest revision as of 11:15, 27 December 2022

PLD[edit]

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

Credits[edit]