public class NetSIDClient extends Object
Constructor and Description |
---|
NetSIDClient(EventScheduler context,
IEmulationSection emulationSection)
Establish a single instance connection to a NetworkSIDDevice.
|
Modifier and Type | Method and Description |
---|---|
void |
fastForward() |
int |
getFastForwardBitMask() |
byte |
getVersion() |
void |
init(byte volume)
Initialize: Drop unprocessed writes and add flush and reset to the
command queue
|
boolean |
isFastForward() |
void |
normalSpeed() |
byte |
read(byte sidNum,
byte addr) |
void |
start() |
void |
write(byte sidNum,
byte addr,
byte data) |
public NetSIDClient(EventScheduler context, IEmulationSection emulationSection)
context
- event contextpublic byte getVersion()
public void init(byte volume)
volume
- volume for resetpublic byte read(byte sidNum, byte addr)
public void write(byte sidNum, byte addr, byte data)
public void start()
public void fastForward()
public void normalSpeed()
public boolean isFastForward()
public int getFastForwardBitMask()
Copyright © 2018 Ken Händel. All rights reserved.