Toggle 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
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Information ==
*Manufacturer: Proma
*Date: 1985
*Orientation: Vertical
== PCB ==
== PCB ==
<gallery>
<gallery>
Line 11: Line 6:


== PLD's ==
== PLD's ==
{{PLD_NO_ID}}
{{PLD_NO_ID_EQU}}
|-
|-
|Bruteforced
|Bruteforced
|GAL16V8
|[[GAL16V8]]
|[[99:_The_Last_War_5N|5N]]
|5N
|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]
|[https://wiki.pldarchive.co.uk/pals/99LastWar_5N.zip ZIP]
|
|
|[[99:_The_Last_War_5N|Show]]
|-
|-
|Bruteforced
|Bruteforced
|GAL16V8
|[[GAL16V8]]
|[[99:_The_Last_War_4M|4M]]
|4M
|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]
|[https://wiki.pldarchive.co.uk/pals/99LastWar_4M.zip ZIP]
|
|
|[[99:_The_Last_War_4M|Show]]
|}
|}


== Equations ==
== Credits ==
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
*PCB pictures from [[f205v]]
<div style="font-weight:bold;line-height:1.6;">5N 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;
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 **/
[[Category:Arcade]]
 
[[Category:1985]]
!o13 = i2 & !i6;
[[Category:Bootleg]]
 
!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 10:29, 9 June 2024

PCB[edit]

PLD's[edit]

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

Credits[edit]