Package | Description |
---|---|
builder.hardsid | |
builder.netsiddev | |
builder.resid | |
builder.resid.resid | |
builder.resid.residfp | |
builder.sidblaster | |
libsidplay | |
libsidplay.common | |
libsidplay.components.pla | |
sidplay | |
ui.oscilloscope | |
ui.siddump |
Modifier and Type | Class and Description |
---|---|
class |
HardSIDEmu |
static class |
HardSIDEmu.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Modifier and Type | Method and Description |
---|---|
SIDEmu |
HardSIDBuilder.lock(SIDEmu oldHardSID,
int sidNum,
SidTune tune) |
Modifier and Type | Method and Description |
---|---|
SIDEmu |
HardSIDBuilder.lock(SIDEmu oldHardSID,
int sidNum,
SidTune tune) |
void |
HardSIDBuilder.unlock(SIDEmu sidEmu) |
Modifier and Type | Class and Description |
---|---|
class |
NetSIDDev |
static class |
NetSIDDev.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Modifier and Type | Method and Description |
---|---|
SIDEmu |
NetSIDDevBuilder.lock(SIDEmu sidEmu,
int sidNum,
SidTune tune) |
Modifier and Type | Method and Description |
---|---|
SIDEmu |
NetSIDDevBuilder.lock(SIDEmu sidEmu,
int sidNum,
SidTune tune) |
void |
NetSIDDevBuilder.unlock(SIDEmu device) |
Modifier and Type | Class and Description |
---|---|
class |
ReSIDBase |
Modifier and Type | Method and Description |
---|---|
SIDEmu |
ReSIDBuilder.lock(SIDEmu oldSIDEmu,
int sidNum,
SidTune tune)
Create a SID chip implementation and configure it, then start mixing.
|
Modifier and Type | Method and Description |
---|---|
SIDEmu |
ReSIDBuilder.lock(SIDEmu oldSIDEmu,
int sidNum,
SidTune tune)
Create a SID chip implementation and configure it, then start mixing.
|
void |
ReSIDBuilder.unlock(SIDEmu sid)
Release a SID chip implementation (stop mixing SID chip).
|
Modifier and Type | Class and Description |
---|---|
class |
ReSID
Dag Lem's resid 1.0 beta
|
static class |
ReSID.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Modifier and Type | Class and Description |
---|---|
class |
ReSIDfp
Antti S.
|
static class |
ReSIDfp.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Modifier and Type | Class and Description |
---|---|
class |
SIDBlasterEmu |
static class |
SIDBlasterEmu.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Modifier and Type | Method and Description |
---|---|
SIDEmu |
SidBlasterBuilder.lock(SIDEmu oldHardSID,
int sidNum,
SidTune tune) |
Modifier and Type | Method and Description |
---|---|
SIDEmu |
SidBlasterBuilder.lock(SIDEmu oldHardSID,
int sidNum,
SidTune tune) |
void |
SidBlasterBuilder.unlock(SIDEmu sidEmu) |
Modifier and Type | Method and Description |
---|---|
void |
C64.configureSID(int chipNum,
Consumer<SIDEmu> action)
Configure one specific SID.
|
void |
C64.configureSIDs(BiConsumer<Integer,SIDEmu> action)
Configure all available SIDs.
|
void |
C64.insertSIDChips(BiFunction<Integer,SIDEmu,SIDEmu> sidCreator,
IntFunction<Integer> sidLocator)
Insert SID chips to be used.
|
void |
C64.insertSIDChips(BiFunction<Integer,SIDEmu,SIDEmu> sidCreator,
IntFunction<Integer> sidLocator)
Insert SID chips to be used.
|
Modifier and Type | Field and Description |
---|---|
static SIDEmu |
SIDEmu.NONE
no SID chip
|
Modifier and Type | Method and Description |
---|---|
SIDEmu |
SIDBuilder.lock(SIDEmu device,
int sidNum,
SidTune tune)
Create a new SID chip emulation.
|
Modifier and Type | Method and Description |
---|---|
SIDEmu |
SIDBuilder.lock(SIDEmu device,
int sidNum,
SidTune tune)
Create a new SID chip emulation.
|
void |
SIDBuilder.unlock(SIDEmu device)
Destroy SID chip emulation.
|
Modifier and Type | Method and Description |
---|---|
SIDEmu |
PLA.SIDBank.getSID(int chipNum)
Get SID chip implementation of a specific SID chip number.
|
Modifier and Type | Method and Description |
---|---|
void |
PLA.SIDBank.plugInSID(int chipNum,
SIDEmu sidEmu,
int address)
Plug-in SID chip implementation of a specific SID chip number.
|
void |
PLA.SIDBank.unplugSID(int chipNum,
SIDEmu sidEmu,
int address)
Un-plug SID chip implementation of a specific SID chip number.
|
Modifier and Type | Method and Description |
---|---|
void |
Player.configureSID(int chipNum,
Consumer<SIDEmu> action)
Configure one specific SID.
|
void |
Player.configureSIDs(BiConsumer<Integer,SIDEmu> action)
Configure all available SIDs.
|
Modifier and Type | Method and Description |
---|---|
ui.oscilloscope.SIDGauge |
ResonanceGauge.sample(SIDEmu sidemu) |
ui.oscilloscope.SIDGauge |
FilterGauge.sample(SIDEmu sidemu) |
ui.oscilloscope.SIDGauge |
EnvelopeGauge.sample(SIDEmu sidemu) |
ui.oscilloscope.SIDGauge |
VolumeGauge.sample(SIDEmu sidemu) |
ui.oscilloscope.SIDGauge |
WaveGauge.sample(SIDEmu sidemu) |
ui.oscilloscope.SIDGauge |
FrequencyGauge.sample(SIDEmu sidemu) |
void |
FilterGauge.updateGauge(SIDEmu sidemu) |
void |
WaveGauge.updateGauge(SIDEmu sidemu) |
void |
Gauge.updateGauge(SIDEmu sidemu) |
Modifier and Type | Method and Description |
---|---|
void |
SidDumpExtension.Filter.read(SIDEmu fSid) |
void |
SidDumpExtension.Channel.read(SIDEmu sid,
int channel) |
Copyright © 2018 Ken Händel. All rights reserved.