Klasse ExSIDEmu.FakeStereo

Umschließende Klasse:
ExSIDEmu

public static class ExSIDEmu.FakeStereo extends ExSIDEmu
FakeStereo mode uses two chips using the same base address. Write commands are routed two both SIDs, while read command can be configured to be processed by a specific SID chip.
Autor:
ken
  • Felddetails

    • emulationSection

      private final IEmulationSection emulationSection
    • prevNum

      private final int prevNum
    • sids

      private final List<ExSIDEmu> sids
  • Konstruktordetails

  • Methodendetails

    • read

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

      public byte readInternalRegister(int addr)
      Beschreibung aus Klasse kopiert: SIDEmu
      Side effect free read access.
      Setzt außer Kraft:
      readInternalRegister in Klasse SIDEmu
      Parameter:
      addr - address to read
      Gibt zurück:
      register value recorded since last write access
    • write

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