public interface HardSID
extends com.sun.jna.Library
| Modifier and Type | Method and Description |
|---|---|
void |
HardSID_Delay(byte deviceID,
short cycles) |
byte |
HardSID_Devices() |
void |
HardSID_Flush(byte deviceID) |
void |
HardSID_Reset(byte deviceID) |
byte |
HardSID_SIDCount(byte deviceID) |
void |
HardSID_Write(byte deviceID,
byte sidNum,
byte reg,
byte data) |
byte HardSID_Devices()
byte HardSID_SIDCount(byte deviceID)
void HardSID_Flush(byte deviceID)
void HardSID_Reset(byte deviceID)
void HardSID_Delay(byte deviceID,
short cycles)
void HardSID_Write(byte deviceID,
byte sidNum,
byte reg,
byte data)
Copyright © 2018 Ken Händel. All rights reserved.