|
Nestopia Core API | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Custom chip.
Field Summary | |
bool |
battery
battery connected to custom chip. |
std::wstring |
file
File pointing to custom chip. |
std::wstring |
package
Custom chip package type. |
Pins |
pins
Custom chip pins. |
Samples |
samples
Analogue sound samples for custom chip. |
std::wstring |
type
Custom chip type. |
Constructor Summary | |
Chip()
|
Field Detail |
public bool battery;
public std::wstring file;
public std::wstring package;
public Pins pins;
public Samples samples;
public std::wstring type;
Constructor Detail |
public Chip() throw();
|
Nestopia Core API | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |