示例#1
0
 public MOS6526_2(MOS6510 CPU, MOS6569 VIC, MOS6502_1541 CPU1541)
     : base(CPU)
 {
     the_vic = VIC;
     the_cpu_1541 = CPU1541;
 }
示例#2
0
        byte[] _RevMatrix = new byte[8]; // Reversed keyboard matrix

        #endregion Fields

        #region Constructors

        public MOS6526_1(MOS6510 CPU, MOS6569 VIC)
            : base(CPU)
        {
            the_vic = VIC;
        }