Klasse MOS6526.InterruptSource6526A

java.lang.Object
libsidplay.common.Event
libsidplay.components.mos6526.MOS6526.InterruptSource
libsidplay.components.mos6526.MOS6526.InterruptSource6526A
Umschließende Klasse:
MOS6526

protected final class MOS6526.InterruptSource6526A extends MOS6526.InterruptSource
InterruptSource that acts like new CIA
Autor:
Antti Lankila
  • Konstruktordetails

    • InterruptSource6526A

      protected InterruptSource6526A()
  • Methodendetails

    • trigger

      protected void trigger(byte interruptMask)
      Beschreibung aus Klasse kopiert: MOS6526.InterruptSource
      Trigger an interrupt.
      Setzt außer Kraft:
      trigger in Klasse MOS6526.InterruptSource
      Parameter:
      interruptMask - Interrupt flag number
    • clear

      protected byte clear()
      Beschreibung aus Klasse kopiert: MOS6526.InterruptSource
      Clear interrupt state.
      Setzt außer Kraft:
      clear in Klasse MOS6526.InterruptSource
      Gibt zurück:
      old interrupt state
    • event

      public void event()
      Beschreibung aus Klasse kopiert: Event
      Event code to be executed. Events are allowed to safely reschedule themselves with the EventScheduler during invocations.
      Angegeben von:
      event in Klasse Event