Editing B53-12

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:
*[[Insector X]]
*[[Insector X]]
*[[The New Zealand Story]]
*[[The New Zealand Story]]
== Equations ==
<pre>
/** Inputs **/
Pin 1 = MA15;
Pin 2 = MA14;
Pin 3 = MMREQ;
Pin 4 = MRFSH;
Pin 5 = MBSWD2;
Pin 6 = MBSWD1;
Pin 7 = MBSWD0;
Pin 8 = OBJCODELO;
Pin 9 = OBJCODEHI;
Pin 11 = H4B;
/** Outputs **/
Pin 12 = MRA16; /**(Combinatorial, Output feedback output, Active high) **/
Pin 13 = MRA15; /**(Combinatorial, Output feedback output, Active high) **/
Pin 14 = MRA14; /**(Combinatorial, Output feedback output, Active low) **/
Pin 15 = MROMCS; /**(Combinatorial, No output feedback, Active low) **/
Pin 16 = MRAMCS; /**(Combinatorial, No output feedback, Active low) **/
Pin 17 = NC17; /**(Combinatorial, Output feedback output, Active high) **/
Pin 18 = NC18; /**(Combinatorial, Output feedback output, Active high) **/
Pin 19 = OBJRAMCS; /**(Combinatorial, Output feedback output, Active high) **/
/** Equations **/
MRA16 = MA15 & MBSWD2;
MRA15 = MA15 & MBSWD1;
!MRA14 = MA15 & !MBSWD0
    # !MA15 & !MA14;
!MROMCS = !MA15 & MA14 & !MMREQ & MRFSH & !MBSWD2 & MBSWD1
    # !MA14 & !MMREQ & MRFSH & !MBSWD2 & MBSWD1
    # !MA15 & MA14 & !MMREQ & MRFSH & MBSWD2
    # !MA15 & !MMREQ & MRFSH & !MBSWD1
    # !MA14 & !MMREQ & MRFSH & MBSWD2;
!MRAMCS = MA15 & !MA14 & !MMREQ & MRFSH & !MBSWD2 & !MBSWD1;
NC17 = OBJCODELO & !H4B;
NC18 = OBJCODEHI & !H4B;
OBJRAMCS = OBJCODELO & OBJCODEHI & !H4B;
</pre>


[[Category:Taito PLD's]]
[[Category:Taito PLD's]]

Please note that all contributions to may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see PLD Archive WIKI:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)