(Partially) K007232 support

Chip ID is placeholder.
This commit is contained in:
cam900 2022-12-08 14:18:22 +09:00
parent fd3f381bc3
commit 76cdc3a6a5
21 changed files with 748 additions and 5 deletions

View file

@ -911,6 +911,10 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) {
break;
case DIV_INS_T6W28:
break;
case DIV_INS_K007232:
featureSM=true;
featureSL=true;
break;
case DIV_INS_MAX:
break;