public class Player extends C64Env
| Modifier and Type | Field and Description |
|---|---|
static int |
BUF |
static int |
SID2_MAPPER_SIZE |
static int |
SID2_MAX_SIDS |
static int |
SID2_TIME_BASE |
static long |
VOLUME_MAX |
| Constructor and Description |
|---|
Player()
Set the ICs environment variable to point to this player
|
| Modifier and Type | Method and Description |
|---|---|
ISID2Types.sid2_config_t |
config() |
int |
config(ISID2Types.sid2_config_t cfg) |
void |
debug(boolean enable) |
String |
error() |
int |
fastForward(int percent) |
ISID2Types.sid2_info_t |
info() |
void |
interruptIRQ(boolean state) |
void |
interruptNMI() |
void |
interruptRST() |
void |
lightpen() |
int |
load(SidTune tune) |
long |
mileage() |
void |
pause() |
long |
play(short[] buffer,
int length) |
short |
readMemRamByte(int addr) |
void |
sid2crc(short data) |
void |
signalAEC(boolean state) |
ISID2Types.sid2_player_t |
state() |
void |
stop() |
long |
time() |
public static final long VOLUME_MAX
public static final int SID2_MAX_SIDS
public static final int SID2_TIME_BASE
public static final int SID2_MAPPER_SIZE
public static final int BUF
public void interruptIRQ(boolean state)
interruptIRQ in class C64Envpublic void interruptNMI()
interruptNMI in class C64Envpublic void interruptRST()
interruptRST in class C64Envpublic short readMemRamByte(int addr)
readMemRamByte in class C64Envpublic final ISID2Types.sid2_config_t config()
public final ISID2Types.sid2_info_t info()
public int config(ISID2Types.sid2_config_t cfg)
public int fastForward(int percent)
public int load(SidTune tune)
public long mileage()
public void pause()
public long play(short[] buffer,
int length)
public ISID2Types.sid2_player_t state()
public void stop()
public long time()
public void debug(boolean enable)
public final String error()
Copyright © 2014. All rights reserved.