Constructor and Description |
---|
HardSIDBuilder(EventScheduler context,
IConfig config,
CPUClock cpuClock) |
Constructor and Description |
---|
NetSIDDevBuilder(EventScheduler context,
IConfig config,
CPUClock cpuClock) |
Modifier and Type | Field and Description |
---|---|
protected CPUClock |
SIDMixer.cpuClock
CPU clock.
|
Constructor and Description |
---|
ReSIDBuilder(EventScheduler context,
IConfig config,
CPUClock cpuClock) |
SIDMixer(EventScheduler context,
IConfig config,
CPUClock cpuClock) |
Constructor and Description |
---|
SidBlasterBuilder(EventScheduler context,
IConfig config,
CPUClock cpuClock) |
Modifier and Type | Field and Description |
---|---|
protected CPUClock |
C64.clock
System clock
|
Modifier and Type | Method and Description |
---|---|
CPUClock |
C64.getClock()
Get system clock (PAL/NTSC).
|
Modifier and Type | Method and Description |
---|---|
protected void |
C64.setClock(CPUClock clock)
Set system clock (PAL/NTSC).
|
protected void |
HardwareEnsemble.setClock(CPUClock cpuFreq)
Set frequency (PAL/NTSC)
|
Modifier and Type | Method and Description |
---|---|
static CPUClock |
CPUClock.getCPUClock(IEmulationSection emulation,
SidTune tune)
Detect CPU clock of a specific tune in the following order:
CPU clock forced by user configuration
CPU clock provided by tune information (auto detected) and if
unknown, then
default CPU clock
|
static CPUClock |
CPUClock.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPUClock[] |
CPUClock.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
C1541Runner.setClockDivider(CPUClock clock) |
Modifier and Type | Method and Description |
---|---|
void |
SerialIECDevice.setClock(CPUClock cpuFreq) |
Modifier and Type | Method and Description |
---|---|
CPUClock |
IEmulationSection.getDefaultClockSpeed()
Getter of the default clock speed.
|
CPUClock |
IEmulationSection.getUserClockSpeed()
Getter of user the clock speed.
|
Modifier and Type | Method and Description |
---|---|
void |
IEmulationSection.setDefaultClockSpeed(CPUClock speed)
Setter of the default clock speed.
|
void |
IEmulationSection.setUserClockSpeed(CPUClock speed)
Setter of the user clock speed.
|
Modifier and Type | Method and Description |
---|---|
CPUClock |
SidTune.Clock.asCPUClock() |
Modifier and Type | Method and Description |
---|---|
CPUClock |
PSid64TuneInfo.getCpuClock() |
Modifier and Type | Method and Description |
---|---|
boolean |
PSid64TuneInfo.hasDifferentCPUClock(CPUClock clock) |
Constructor and Description |
---|
PSid64TuneInfo(boolean detected,
CPUClock cpuClock,
List<ChipModel> chipModels,
int stereoAddress) |
Modifier and Type | Method and Description |
---|---|
void |
AudioGeneratorThread.setClocking(CPUClock clock)
Set NTSC/PAL time source.
|
Modifier and Type | Method and Description |
---|---|
void |
WavFile.open(AudioConfig cfg,
String recordingFilename,
CPUClock cpuClock) |
void |
JavaSound.open(AudioConfig cfg,
String recordingFilename,
CPUClock cpuClock) |
void |
MP4Driver.open(AudioConfig cfg,
String recordingFilename,
CPUClock cpuClock) |
void |
MP3Driver.open(AudioConfig cfg,
String recordingFilename,
CPUClock cpuClock) |
void |
AudioDriver.open(AudioConfig cfg,
String recordingFilename,
CPUClock cpuClock)
Open audio interface.
|
void |
ProxyDriver.open(AudioConfig cfg,
String recordingFilename,
CPUClock cpuClock) |
void |
CmpMP3File.open(AudioConfig cfg,
String recordingFilename,
CPUClock cpuClock) |
Modifier and Type | Field and Description |
---|---|
static CPUClock |
IniDefaults.DEFAULT_CLOCK_SPEED |
static CPUClock |
IniDefaults.DEFAULT_USER_CLOCK_SPEED |
Modifier and Type | Method and Description |
---|---|
CPUClock |
IniEmulationSection.getDefaultClockSpeed() |
CPUClock |
IniEmulationSection.getUserClockSpeed() |
Modifier and Type | Method and Description |
---|---|
void |
IniEmulationSection.setDefaultClockSpeed(CPUClock speed) |
void |
IniEmulationSection.setUserClockSpeed(CPUClock speed) |
Modifier and Type | Method and Description |
---|---|
CPUClock |
EmulationSection.getDefaultClockSpeed()
Gets the value of the property defaultClockSpeed.
|
CPUClock |
EmulationSection.getUserClockSpeed()
Gets the value of the property userClockSpeed.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<CPUClock> |
EmulationSection.defaultClockSpeedProperty() |
javafx.beans.property.ObjectProperty<CPUClock> |
EmulationSection.userClockSpeedProperty() |
Modifier and Type | Method and Description |
---|---|
void |
EmulationSection.setDefaultClockSpeed(CPUClock speed)
Sets the value of the property defaultClockSpeed.
|
void |
EmulationSection.setUserClockSpeed(CPUClock userClockSpeed)
Sets the value of the property userClockSpeed.
|
Copyright © 2018 Ken Händel. All rights reserved.