Add SAXotone system

This commit is contained in:
Natt Akuma 2026-01-22 18:15:06 +07:00
parent 030488ed16
commit 79902f472f
8 changed files with 705 additions and 18 deletions

View file

@ -264,7 +264,7 @@ const char* chanNames[CHANNEL_TYPE_MAX+1]={
_N("Square"),
_N("Triangle"), // NES
_N("Saw"), // VRC6
_N("Ext. Operator"),
_N("Ext. Operator"),
_N("Drums"),
_N("Slope"), // PowerNoise
_N("Wave"), // not wavetable (VERA, 5E01)
@ -1363,6 +1363,7 @@ const int availableSystems[]={
DIV_SYSTEM_UPD1771C,
DIV_SYSTEM_SID3,
DIV_SYSTEM_MULTIPCM,
DIV_SYSTEM_SAXOTONE,
0 // don't remove this last one!
};