Experimental Mikey VGM 1.72 export.

This commit is contained in:
Waldemar Pawlaszek 2023-01-15 16:27:20 +01:00
parent 1ab80379e1
commit e42ab1b847
5 changed files with 10 additions and 9 deletions

View file

@ -70,13 +70,14 @@ const int altValues[24]={
0, 10, 1, 11, 2, 3, 12, 4, 13, 5, 14, 6, 7, 15, 8, -1, 9, -1, -1, -1, -1, -1, -1, -1
};
const int vgmVersions[6]={
const int vgmVersions[7]={
0x150,
0x151,
0x160,
0x161,
0x170,
0x171
0x171,
0x172
};
const char* insTypes[DIV_INS_MAX+1]={