Package sidplay.ini

Klasse IniC1541Section

java.lang.Object
sidplay.ini.IniSection
sidplay.ini.IniC1541Section
Alle implementierten Schnittstellen:
IC1541Section

public class IniC1541Section extends IniSection implements IC1541Section
C1541 section of the INI file.
Autor:
Ken Händel
  • Felddetails

  • Konstruktordetails

    • IniC1541Section

      protected IniC1541Section(IniReader iniReader)
  • Methodendetails

    • isDriveOn

      public final boolean isDriveOn()
      Drive turned on?
      Angegeben von:
      isDriveOn in Schnittstelle IC1541Section
      Gibt zurück:
      drive turned on?
    • setDriveOn

      public final void setDriveOn(boolean on)
      Turn drive on.
      Angegeben von:
      setDriveOn in Schnittstelle IC1541Section
      Parameter:
      on - drive turned on?
    • isParallelCable

      public final boolean isParallelCable()
      Is the parallel cable plugged in?
      Angegeben von:
      isParallelCable in Schnittstelle IC1541Section
      Gibt zurück:
      parallel cable plugged in?
    • setParallelCable

      public final void setParallelCable(boolean on)
      Plug in parallel cable.
      Angegeben von:
      setParallelCable in Schnittstelle IC1541Section
      Parameter:
      on - parallel cable plugged in?
    • isJiffyDosInstalled

      public final boolean isJiffyDosInstalled()
      Beschreibung aus Schnittstelle kopiert: IC1541Section
      Is floppy speeder Jiffydos installed?
      Angegeben von:
      isJiffyDosInstalled in Schnittstelle IC1541Section
      Gibt zurück:
      floppy speeder Jiffydos installed?
    • setJiffyDosInstalled

      public final void setJiffyDosInstalled(boolean on)
      Beschreibung aus Schnittstelle kopiert: IC1541Section
      Install floppy speeder Jiffydos.
      Angegeben von:
      setJiffyDosInstalled in Schnittstelle IC1541Section
      Parameter:
      on - Floppy speeder Jiffydos installed?
    • isRamExpansionEnabled0

      public final boolean isRamExpansionEnabled0()
      Is RAM expansion at some particular slot enabled
      Angegeben von:
      isRamExpansionEnabled0 in Schnittstelle IC1541Section
      Gibt zurück:
      state enabled?
    • setRamExpansionEnabled0

      public final void setRamExpansionEnabled0(boolean on)
      Enable 8K Ram expansion.
      Angegeben von:
      setRamExpansionEnabled0 in Schnittstelle IC1541Section
      Parameter:
      on - enable 8K Ram expansion
    • isRamExpansionEnabled1

      public final boolean isRamExpansionEnabled1()
      Angegeben von:
      isRamExpansionEnabled1 in Schnittstelle IC1541Section
    • setRamExpansionEnabled1

      public final void setRamExpansionEnabled1(boolean on)
      Angegeben von:
      setRamExpansionEnabled1 in Schnittstelle IC1541Section
    • isRamExpansionEnabled2

      public final boolean isRamExpansionEnabled2()
      Angegeben von:
      isRamExpansionEnabled2 in Schnittstelle IC1541Section
    • setRamExpansionEnabled2

      public final void setRamExpansionEnabled2(boolean on)
      Angegeben von:
      setRamExpansionEnabled2 in Schnittstelle IC1541Section
    • isRamExpansionEnabled3

      public final boolean isRamExpansionEnabled3()
      Angegeben von:
      isRamExpansionEnabled3 in Schnittstelle IC1541Section
    • setRamExpansionEnabled3

      public final void setRamExpansionEnabled3(boolean on)
      Angegeben von:
      setRamExpansionEnabled3 in Schnittstelle IC1541Section
    • isRamExpansionEnabled4

      public final boolean isRamExpansionEnabled4()
      Angegeben von:
      isRamExpansionEnabled4 in Schnittstelle IC1541Section
    • setRamExpansionEnabled4

      public final void setRamExpansionEnabled4(boolean on)
      Angegeben von:
      setRamExpansionEnabled4 in Schnittstelle IC1541Section
    • getFloppyType

      public final FloppyType getFloppyType()
      Get type of floppy.
      Angegeben von:
      getFloppyType in Schnittstelle IC1541Section
      Gibt zurück:
      type of floppy
    • setFloppyType

      public final void setFloppyType(FloppyType floppyType)
      Set type of floppy.
      Angegeben von:
      setFloppyType in Schnittstelle IC1541Section
      Parameter:
      floppyType - type of floppy
    • toString

      public final String toString()
      Setzt außer Kraft:
      toString in Klasse Object