Name pacman ; PartNo 00 ; Date 3/3/2017 ; Revision 01 ; Designer Brian Brzezicki ; Company Paladin Group, LLC ; Assembly None ; Location ; Device virtual ; /* *************** INPUT PINS *********************/ PIN 9 = not_memreq ; /* */ PIN 8 = not_read ; /* */ PIN 2 = a15 ; /* */ PIN 3 = a14; /* *************** OUTPUT PINS *********************/ PIN 19 = not_oe ; /* */ not_oe = ! OE; OE = !a15 & !a14 & MEM_READ; MEM_READ = (! not_read) & (! not_memreq);