GUI: colored channe names

This commit is contained in:
tildearrow 2021-12-23 17:09:33 -05:00
parent 5bef7934d7
commit 830e880a57
4 changed files with 81 additions and 2 deletions

View file

@ -173,6 +173,15 @@ class DivEngine {
// get sys channel count
int getChannelCount(DivSystem sys);
// get channel type
// - 0: FM
// - 1: pulse
// - 2: noise
// - 3: wave/other
// - 4: PCM
// - 5: FM operator
int getChannelType(int ch);
// get sys name
const char* getSystemName(DivSystem sys);