Package | Description |
---|---|
builder.hardsid | |
builder.netsiddev | |
builder.resid.resid | |
builder.resid.residfp | |
builder.sidblaster | |
libsidplay.common | |
libsidplay.config | |
libsidplay.sidtune | |
sidplay.ini | |
ui.entities.config |
Modifier and Type | Method and Description |
---|---|
void |
HardSIDEmu.setFilterEnable(IEmulationSection emulation,
int sidNum) |
Modifier and Type | Method and Description |
---|---|
void |
NetSIDDev.setFilterEnable(IEmulationSection emulation,
int sidNum) |
Constructor and Description |
---|
NetSIDClient(EventScheduler context,
IEmulationSection emulationSection)
Establish a single instance connection to a NetworkSIDDevice.
|
Modifier and Type | Method and Description |
---|---|
void |
ReSID.setFilterEnable(IEmulationSection emulation,
int sidNum) |
Modifier and Type | Method and Description |
---|---|
void |
ReSIDfp.setFilterEnable(IEmulationSection emulation,
int sidNum) |
Modifier and Type | Method and Description |
---|---|
void |
SIDBlasterEmu.setFilterEnable(IEmulationSection emulation,
int sidNum) |
Modifier and Type | Method and Description |
---|---|
static ChipModel |
ChipModel.getChipModel(IEmulationSection emulation,
SidTune tune,
int sidNum)
Detect chip model of specified SID number in the following order:
SID model forced by user configuration
chip model provided by tune information (auto detected) and if
unknown, then
default chip model for the 1st SID and for 2nd or 3rd chip use the
same chip model as for the 1st SID
|
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 Emulation |
Emulation.getEmulation(IEmulationSection emulationSection,
SidTune tune,
int sidNum)
Detect SID emulation of specified SID number in the following order:
SID emulation forced by user configuration
default SID emulation
|
abstract void |
SIDEmu.setFilterEnable(IEmulationSection emulation,
int sidNum) |
Modifier and Type | Method and Description |
---|---|
IEmulationSection |
IConfig.getEmulationSection() |
Modifier and Type | Method and Description |
---|---|
static int |
SidTune.getSIDAddress(IEmulationSection emulation,
SidTune tune,
int sidNum)
Get SID address of specified SID number
0xd400 - always used for first SID
fake stereo - a second SID at the same address (0xd400)
forced SID base - configured value for forced stereo or 3-SID output
tune SID base - SID base detected by tune information
0 - SID is not used
Note: this function is static, even if no tune is loaded stereo mode can be
configured!
|
static boolean |
SidTune.isFakeStereoSid(IEmulationSection emulation,
SidTune tune,
int sidNum)
Detect fake-stereo SID (second SID at the same address).
|
static boolean |
SidTune.isSIDUsed(IEmulationSection emulation,
SidTune tune,
int sidNum)
Is specified SID number in use?
|
Modifier and Type | Class and Description |
---|---|
class |
IniEmulationSection
Emulation section of the INI file.
|
Modifier and Type | Field and Description |
---|---|
static IEmulationSection |
IniDefaults.EMULATOR_SECTION |
Modifier and Type | Method and Description |
---|---|
IEmulationSection |
IniConfig.getEmulationSection() |
Modifier and Type | Class and Description |
---|---|
class |
EmulationSection |
Copyright © 2018 Ken Händel. All rights reserved.