Klasse REU.DMAEvent

java.lang.Object
libsidplay.common.Event
libsidplay.components.cart.supported.REU.DMAEvent
Umschließende Klasse:
REU

protected class REU.DMAEvent extends Event
  • Felddetails

    • swapReadPhase

      private boolean swapReadPhase
      Command.SWAP in "read c64" phase
    • swapData

      private byte swapData
      Command.SWAP read data during "read c64" phase
    • verifyError

      private int verifyError
      Verify Error exit states
  • Konstruktordetails

    • DMAEvent

      protected DMAEvent()
  • Methodendetails

    • reset

      protected void reset()
    • finish

      protected void finish()
    • 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