Emul8.Peripherals.CPU.TranslationCPU.DecodeInterrupt C# (CSharp) Method

DecodeInterrupt() protected abstract method

protected abstract DecodeInterrupt ( int number ) : Interrupt
number int
return Interrupt
        protected abstract Interrupt DecodeInterrupt(int number);
TranslationCPU