public class ReSID extends SIDEmu
| Constructor and Description |
|---|
ReSID(SIDBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bool() |
String |
credits() |
String |
error() |
void |
filter(boolean enable) |
boolean |
filter(sid_filter_t filter) |
void |
gain(short percent) |
boolean |
lock(C64Env env)
Set execution environment and lock sid to it
|
void |
model(ISID2Types.sid2_model_t model)
Set the emulated SID model
|
void |
optimisation(byte level)
Set optimisation level
|
long |
output(short bits) |
short |
read(short addr) |
void |
reset() |
void |
reset(short volume) |
void |
sampling(long freq) |
void |
voice(short num,
short volume,
boolean mute) |
void |
write(short addr,
short data) |
public ReSID(SIDBuilder builder)
public final String credits()
credits in interface IComponentcredits in class SIDEmupublic void reset()
reset in interface IComponentreset in class SIDEmupublic short read(short addr)
read in interface IComponentread in class SIDEmupublic void write(short addr,
short data)
write in interface IComponentwrite in class SIDEmupublic final String error()
public void filter(boolean enable)
public void optimisation(byte level)
optimisation in class SIDEmupublic boolean bool()
public void sampling(long freq)
public boolean filter(sid_filter_t filter)
public void model(ISID2Types.sid2_model_t model)
model - public boolean lock(C64Env env)
env - Copyright © 2014. All rights reserved.