C# Class C64Lib.Core.Prefs

Show file Open project: rosc77/vita64 Class Usage Examples

Public Properties

Property Type Description
AlwaysCopy bool
AutoPause bool
BadLineCycles int
CIACycles int
CIAIRQHack bool
DirectSound bool
DisplayMode string
DisplayType DisplayType
DoubleScan bool
DriveData Stream[]
DrivePath string[]
DriveType DriveType[]
Emul1541Proc bool
ExclusiveSound bool
FastReset bool
FloppyCycles int
HideCursor bool
Joystick1On bool
Joystick2On bool
JoystickSwap bool
LatencyAvg int
LatencyMax int
LatencyMin int
LimitSpeed bool
MapSlash bool
NormalCycles int
PrefsAtStartup bool
REUSize REUSize
SIDFilters bool
SIDType SIDType
ScalingDenominator int
ScalingNumerator int
ShowLEDs bool
SkipFrames int
SpriteCollisions bool
SpritesOn bool
SystemKeys bool
SystemMemory bool
ViewPort string

Public Methods

Method Description
Check ( ) : void
Load ( string filename ) : void
Prefs ( ) : System
Save ( string filename ) : bool
ShowEditor ( bool startup, string prefs_name ) : bool
operator ( ) : bool

Method Details

Check() public method

public Check ( ) : void
return void

Load() public method

public Load ( string filename ) : void
filename string
return void

Prefs() public method

public Prefs ( ) : System
return System

Save() public method

public Save ( string filename ) : bool
filename string
return bool

ShowEditor() public method

public ShowEditor ( bool startup, string prefs_name ) : bool
startup bool
prefs_name string
return bool

operator() public static method

public static operator ( ) : bool
return bool

Property Details

AlwaysCopy public property

public bool AlwaysCopy
return bool

AutoPause public property

public bool AutoPause
return bool

BadLineCycles public property

public int BadLineCycles
return int

CIACycles public property

public int CIACycles
return int

CIAIRQHack public property

public bool CIAIRQHack
return bool

DirectSound public property

public bool DirectSound
return bool

DisplayMode public property

public string DisplayMode
return string

DisplayType public property

public DisplayType DisplayType
return DisplayType

DoubleScan public property

public bool DoubleScan
return bool

DriveData public property

public Stream[] DriveData
return Stream[]

DrivePath public property

public string[] DrivePath
return string[]

DriveType public property

public DriveType[] DriveType
return DriveType[]

Emul1541Proc public property

public bool Emul1541Proc
return bool

ExclusiveSound public property

public bool ExclusiveSound
return bool

FastReset public property

public bool FastReset
return bool

FloppyCycles public property

public int FloppyCycles
return int

HideCursor public property

public bool HideCursor
return bool

Joystick1On public property

public bool Joystick1On
return bool

Joystick2On public property

public bool Joystick2On
return bool

JoystickSwap public property

public bool JoystickSwap
return bool

LatencyAvg public property

public int LatencyAvg
return int

LatencyMax public property

public int LatencyMax
return int

LatencyMin public property

public int LatencyMin
return int

LimitSpeed public property

public bool LimitSpeed
return bool

MapSlash public property

public bool MapSlash
return bool

NormalCycles public property

public int NormalCycles
return int

PrefsAtStartup public property

public bool PrefsAtStartup
return bool

REUSize public property

public REUSize REUSize
return REUSize

SIDFilters public property

public bool SIDFilters
return bool

SIDType public property

public SIDType SIDType
return SIDType

ScalingDenominator public property

public int ScalingDenominator
return int

ScalingNumerator public property

public int ScalingNumerator
return int

ShowLEDs public property

public bool ShowLEDs
return bool

SkipFrames public property

public int SkipFrames
return int

SpriteCollisions public property

public bool SpriteCollisions
return bool

SpritesOn public property

public bool SpritesOn
return bool

SystemKeys public property

public bool SystemKeys
return bool

SystemMemory public property

public bool SystemMemory
return bool

ViewPort public property

public string ViewPort
return string