prepare for the last chips for 0.6pre1
YMZ280B is counted. don't worry.
This commit is contained in:
parent
0ef0296b7d
commit
251734bd04
13 changed files with 1011 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ const int vgmVersions[6]={
|
|||
0x171
|
||||
};
|
||||
|
||||
const char* insTypes[DIV_INS_MAX]={
|
||||
const char* insTypes[DIV_INS_MAX+1]={
|
||||
"Standard (SMS/NES)",
|
||||
"FM (4-operator)",
|
||||
"Game Boy",
|
||||
|
|
@ -111,6 +111,8 @@ const char* insTypes[DIV_INS_MAX]={
|
|||
"MultiPCM",
|
||||
"SNES",
|
||||
"Sound Unit",
|
||||
"Namco WSG",
|
||||
NULL
|
||||
};
|
||||
|
||||
const char* sampleDepths[17]={
|
||||
|
|
@ -754,6 +756,7 @@ const FurnaceGUIColorDef guiColors[GUI_COLOR_MAX]={
|
|||
D(GUI_COLOR_INSTR_MULTIPCM,"",ImVec4(1.0f,0.8f,0.1f,1.0f)),
|
||||
D(GUI_COLOR_INSTR_SNES,"",ImVec4(0.8f,0.7f,1.0f,1.0f)),
|
||||
D(GUI_COLOR_INSTR_SU,"",ImVec4(0.95f,0.98f,1.0f,1.0f)),
|
||||
D(GUI_COLOR_INSTR_NAMCO,"",ImVec4(1.0f,1.0f,0.0f,1.0f)),
|
||||
D(GUI_COLOR_INSTR_UNKNOWN,"",ImVec4(0.3f,0.3f,0.3f,1.0f)),
|
||||
|
||||
D(GUI_COLOR_CHANNEL_FM,"",ImVec4(0.2f,0.8f,1.0f,1.0f)),
|
||||
|
|
@ -877,6 +880,11 @@ const int availableSystems[]={
|
|||
DIV_SYSTEM_MMC5,
|
||||
DIV_SYSTEM_SCC,
|
||||
DIV_SYSTEM_SCC_PLUS,
|
||||
DIV_SYSTEM_MSM6258,
|
||||
DIV_SYSTEM_MSM6295,
|
||||
DIV_SYSTEM_NAMCO,
|
||||
DIV_SYSTEM_NAMCO_15XX,
|
||||
DIV_SYSTEM_NAMCO_CUS30,
|
||||
0 // don't remove this last one!
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue