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

99: The Last War: Difference between revisions

From PLD Archive
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Information ==
*Manufacturer: Proma
*Date: 1985
*Orientation: Vertical
== PCB ==
== PCB ==
<gallery>
<gallery>
Line 14: Line 9:
|-
|-
|Bruteforced
|Bruteforced
|GAL16V8
|[[GAL16V8]]
|5N
|5N
|[[99:_The_Last_War_5N|View]]
|Tested
|Tested
|[http://www.macros-arcade.com/ Macro]
|[[Macro]]
|[http://www.macros-arcade.com/ Macro]
|[[Macro]]
|[https://wiki.pldarchive.co.uk/pals/99LastWar_5N.zip ZIP]
|{{PLD|99LastWar_5N.zip}}
|
|{{NO IMAGE}}
|-
|-
|Bruteforced
|Bruteforced
|GAL16V8
|[[GAL16V8]]
|4M
|4M
|[[99:_The_Last_War_4M|View]]
|Tested
|Tested
|[http://www.macros-arcade.com/ Macro]
|[[Macro]]
|[http://www.macros-arcade.com/ Macro]
|[[Macro]]
|[https://wiki.pldarchive.co.uk/pals/99LastWar_4M.zip ZIP]
|{{PLD|99LastWar_4M.zip}}
|
|{{NO IMAGE}}
|}
|}


== Equations ==
[[Category:Macro]]
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
[[Category:f205v]]
<div style="font-weight:bold;line-height:1.6;">5N Equations</div>
[[Category:Arcade]]
<div class="mw-collapsible-content">
[[Category:1985]]
<pre>
[[Category:Bootleg]]
/** Inputs **/
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;
Pin 12 = i12;
Pin 19 = i19;
 
/** Outputs **/
Pin 13 = o13; /**(Combinatorial, No output feedback, Active high) **/
Pin 14 = o14; /**(Combinatorial, No output feedback, Active low) **/
Pin 15 = o15; /**(Combinatorial, No output feedback, Active low) **/
Pin 16 = o16; /**(Combinatorial, No output feedback, Active low) **/
Pin 17 = o17; /**(Combinatorial, No output feedback, Active low) **/
Pin 18 = o18; /**(Combinatorial, No output feedback, Active low) **/
 
/** Equations **/
 
o13 = !i1 & i8 & i19
    # i6 & i8 & i19
    # i2 & i8 & !i12 & i19;
!o14 = i1 & !i2 & !i6;
!o15 = i1 & i2 & !i6;
!o16 = i1 & i2 & i3 & !i6 & !i12 & i19;
!o17 = !i4 & !i5 & !i8 & !i11;
!o18 = !i1 & !i6 & i7 & !i9 & i19;
</pre>
</div></div>
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">4M Equations</div>
<div class="mw-collapsible-content">
<pre>
/** Inputs **/
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;
 
/** Outputs **/
Pin 13 = o13; /**(Combinatorial, Output feedback output, Active low) **/
Pin 14 = o14; /**(Combinatorial, Output feedback output, Active low) **/
Pin 15 = o15; /**(Combinatorial, Output feedback output, Active low) **/
Pin 16 = o16; /**(Combinatorial, Output feedback output, Active low) **/
Pin 17 = o17; /**(Combinatorial, Output feedback output, Active low) **/
Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/
 
/** Equations **/
 
!o13 = i2 & !i6;
 
!o14 = !i2 & !i3 & i9;
 
!o15 = i2 & !i6 & !i8 & !i11
    # !i2 & !i3 & !i5 & i9 & !i11;
 
!o16 = i2 & !i6 & !i8 & i11
    # !i2 & !i3 & !i5 & i9 & i11;
 
!o17 = i1 & i2 & !i6 & !i7 & !i11
    # i1 & !i2 & !i3 & !i4 & i9 & !i11;
 
!o18 = i1 & i2 & !i6 & !i7 & i11
    # i1 & !i2 & !i3 & !i4 & i9 & i11;
</pre>
</div></div>
 
== Credits ==
*PCB pictures from http://www.citylan.it/wiki/index.php/Main_Page

Latest revision as of 17:39, 17 May 2025

PLD's

edit
PLD Information Credits Download View
Dump Method Target Device(s) Location Info Status Creator(s) Tester(s) Files Pictures
Bruteforced GAL16V8 5N View Tested Macro Macro ZIP
Bruteforced GAL16V8 4M View Tested Macro Macro ZIP