Difference between revisions of "99: The Last War"

From
Jump to: navigation, search
 
(16 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 ==
{| class="wikitable"
{{PLD_NO_ID_EQU}}
!colspan="4"|PLD Information
!colspan="2"|Credits
!colspan="1"|Download
!colspan="1"|View
|-
!Dump Method
!Target Device
!Location
!Status
!Creator(s)
!Tester(s)
!Files
!Pictures
|-
|-
|Bruteforced
|Bruteforced
|GAL16V8
|[[GAL16V8]]
|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.jed JEDEC]
|[https://wiki.pldarchive.co.uk/pals/99LastWar_5N.zip ZIP]
|
|
|[[99:_The_Last_War_5N|Show]]
|-
|-
|Bruteforced
|Bruteforced
|GAL16V8
|[[GAL16V8]]
|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.jed JEDEC]
|[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 **/
 
!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 ==
[[Category:Arcade]]
*PCB pictures from http://www.citylan.it/wiki/index.php/Main_Page
[[Category:Bootleg]]

Latest revision as of 16:23, 21 January 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]