GUI: C64 and game boy ins edit UI

This commit is contained in:
tildearrow 2021-12-12 18:19:43 -05:00
parent 63fe2e2c95
commit 9a1683bb45
5 changed files with 337 additions and 43 deletions

View file

@ -125,6 +125,12 @@ class DivEngine {
// get max STD volume
int getMaxVolume();
// get max STD duty
int getMaxDuty();
// get max STD wave
int getMaxWave();
// get current order
unsigned char getOrder();