2 // Daniel Wallner's T80 header file for verilog
4 // Copyright(c) 2002,2003 Tatsuyuki Satoh , All rights reserved
8 // This program is freeware for non-commercial use.
9 // An author does no guarantee about this program.
10 // You can use this under your own risk.
14 RESET_n,CLK_n,WAIT_n,INT_n,NMI_n,BUSRQ_n,
15 M1_n,MREQ_n,IORQ_n,RD_n,WR_n,RFSH_n,HALT_n,BUSAK_n,
18 input RESET_n,CLK_n,WAIT_n,INT_n,NMI_n,BUSRQ_n;
19 output M1_n,MREQ_n,IORQ_n,RD_n,WR_n,RFSH_n,HALT_n,BUSAK_n;