T6W28: separate instrument type

This commit is contained in:
tildearrow 2022-10-12 00:46:33 -05:00
parent ea0b573402
commit a3fdf171f3
9 changed files with 24 additions and 12 deletions

View file

@ -1680,6 +1680,7 @@ void FurnaceGUI::drawSettings() {
if (ImGui::TreeNode("Instrument Types")) {
UI_COLOR_CONFIG(GUI_COLOR_INSTR_FM,"FM (OPN)");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_STD,"SN76489/Sega PSG");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_T6W28,"T6W28");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_GB,"Game Boy");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_C64,"C64");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_AMIGA,"Amiga/Generic Sample");