Klasse SIDBlasterEmu

Bekannte direkte Unterklassen:
SIDBlasterEmu.FakeStereo

public class SIDBlasterEmu extends ReSIDfp
Autor:
Ken Händel
  • Felddetails

    • context

      private final EventScheduler context
    • hardSIDBuilder

      private final JSIDBlasterBuilder hardSIDBuilder
    • event

      private final Event event
    • hardSID

      private final sidblaster.hardsid.HardSID hardSID
    • deviceID

      private final byte deviceID
    • deviceName

      private String deviceName
    • sidNum

      private int sidNum
    • chipModel

      private final ChipModel chipModel
    • voiceMute

      private boolean[] voiceMute
    • filterDisable

      private boolean[] filterDisable
  • Konstruktordetails

  • Methodendetails

    • read

      public byte read(int addr)
      Setzt außer Kraft:
      read in Klasse ReSIDBase
    • write

      public void write(int addr, byte data)
      Setzt außer Kraft:
      write in Klasse ReSIDBase
    • doWriteDelayed

      private void doWriteDelayed(Runnable runnable)
    • lock

      protected boolean lock()
    • unlock

      protected void unlock()
    • setVoiceMute

      public void setVoiceMute(int num, boolean mute)
      Setzt außer Kraft:
      setVoiceMute in Klasse ReSIDBase
    • setFilterEnable

      public void setFilterEnable(IEmulationSection emulation, int sidNum)
      Setzt außer Kraft:
      setFilterEnable in Klasse ReSIDfp
    • getDeviceId

      public byte getDeviceId()
    • getDeviceName

      public String getDeviceName()
    • setDeviceName

      public void setDeviceName(String deviceName)
    • getChipModel

      protected ChipModel getChipModel()
    • credits

      public static final String credits()