Difference between revisions of "Quantum"

From
Jump to: navigation, search
Tag: Manual revert
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== PLD ==
== PLD ==
{| class="wikitable"
{{PLD_ALL}}
!colspan="5"|PLD Information
!colspan="2"|Credits
!colspan="1"|Download
!colspan="1"|View
|-
!Dump Method
!Target Device
!Location
!ID
!Status
!Creator(s)
!Tester(s)
!Files
!Pictures
|-
|-
|Unlocked
|Unlocked
Converted
Converted
|PLS153
|[[PLS153]]
GAL16V8
[[GAL16V8]]
|1B
|1B
|CF2038N
|[[Quantum_CF2038N|CF2038N]]
|Tested
|Tested
|Andrew Welburn, Caius
|[[Andrew Welburn]]
|Andrew Welburn
[[Caius]]
|[[Andrew Welburn]]
|[https://wiki.pldarchive.co.uk/pals/Quantum_CF2038N.zip ZIP]
|[https://wiki.pldarchive.co.uk/pals/Quantum_CF2038N.zip ZIP]
|
|
|}
|}


<pre>
[[Category:Arcade]]
NOTE: Original device is a PLS153 that cannot be locked
[[Category:Atari]]
</pre>
 
== Equations ==
<div class="toccolours mw-collapsible mw-collapsed" style="width:auto; overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">CF2038N Equations</div>
<div class="mw-collapsible-content">
<pre>
/* Dedicated input pins */
pin 1 = i1;
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 11 = i11;
 
/* Dedicated output pins */
pin 12 = o12;
pin 13 = o13;
pin 14 = o14;
pin 15 = o15;
pin 16 = o16;
pin 18 = o18;
 
/* Output and output enable equations */
!o12 = !i1 & i2 & !i3 & !i4 & !i5 & !i6 & i7
#!i1 & i8 & i9 & i11;
 
!o13 = !i1 & i2 & !i3 & !i4 & i5;
!o14 = !i1 & i2 & !i3 & i4 & !i5 & !i6 & !i7;
!o15 = !i1 & i2 & !i3 & !i4 & !i5 & !i6 & i7;
!o16 = !i1 & i2 & !i3 & !i4 & !i5 & !i6 & !i7;
!o18 = !i1 & i2 & !i3 & !i4 & i5 & !i6 & i7;
!o19 = !i1 & i2 & !i3 & !i4 & i5 & !i6 & !i7;
 
</pre>
</div></div>

Latest revision as of 19:05, 6 February 2024

PLD[edit]

PLD Information Credits Download View
Dump Method Target Device Location ID Status Creator(s) Tester(s) Files Pictures
Unlocked

Converted

PLS153

GAL16V8

1B CF2038N Tested Andrew Welburn

Caius

Andrew Welburn ZIP